コード例 #1
0
ファイル: expression.py プロジェクト: giorgiolevy/squeamish
 def getAttributes(self):
     return AutomaticClass.getAttributes(self) + ["environ", "parseTree"]
コード例 #2
0
ファイル: symbol.py プロジェクト: giorgiolevy/squeamish
 def getAttributes(self):
     return AutomaticClass.getAttributes(self) + ["name"]
コード例 #3
0
 def getAttributes(self):
     return AutomaticClass.getAttributes(self) + [
         "cipher", "encrypt", "key"]