示例#1
0
 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
 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 = {}