コード例 #1
0
ファイル: Parser.py プロジェクト: codepainters/uncompyle2
 def __ambiguity(self, children):
     # only for debugging! to be removed hG/2000-10-15
     print children
     return GenericASTBuilder.ambiguity(self, children)
コード例 #2
0
 def __ambiguity(self, children):
     # only for debugging! to be removed hG/2000-10-15
     print children
     return GenericASTBuilder.ambiguity(self, children)
コード例 #3
0
ファイル: Parser.py プロジェクト: NuruTasDemir/Pyc2Py-Symbian
	def __ambiguity(self, children):
		print children
		return GenericASTBuilder.ambiguity(self, children)