コード例 #1
0
ファイル: pyc_declassify.py プロジェクト: cantora/pyc
 def __init__(self, root, parent, refname, scope):
     ASTTxformer.__init__(self)
     self.root = root
     self.parent = parent
     self.scope = scope
     self.attrs = set([])
     self.refname = refname
コード例 #2
0
ファイル: pyc_declassify.py プロジェクト: cantora/pyc
 def __init__(self):
     ASTTxformer.__init__(self)
コード例 #3
0
ファイル: pyc_sir.py プロジェクト: 0xcc/pyc
	def __init__(self):
		ASTTxformer.__init__(self)
		self.lineno = 0
コード例 #4
0
ファイル: pyc_heapify.py プロジェクト: 0xcc/pyc
	def __init__(self):
		ASTTxformer.__init__(self)
		self.lamb_nodes = []
		self.mappings = {}
コード例 #5
0
ファイル: pyc_localize.py プロジェクト: 0xcc/pyc
	def __init__(self):
		ASTTxformer.__init__(self)
		self.mappings = {}