예제 #1
0
파일: synthase.py 프로젝트: celskeggs/cyto
 def synth(self):
     return "(%s[%s])" % (concrete_function.synth(self.source), concrete_function.synth(self.key))
예제 #2
0
파일: synthase.py 프로젝트: celskeggs/cyto
 def synth(self):
     return self.operator.to_c(concrete_function.synth(self.a), concrete_function.synth(self.b))