예제 #1
0
 def getStatement(self, code=None):
     return jast.Comment(str(self.value))
예제 #2
0
 def mergeWith(self, other):
     return Object(jast.Comment("oops"), Generic)