예제 #1
0
파일: parse.py 프로젝트: havleoto/icbink
 def __init__(self, source_file=None):
     RPythonVisitor.__init__(self)
     self.source_file = source_file
예제 #2
0
 def __init__(self):
     self.varlists = []
     self.funclists = []
     self.scopes = Scopes()
     self.sourcename = ""
     RPythonVisitor.__init__(self)