Beispiel #1
0
 def __init__(self, source_file=None):
     RPythonVisitor.__init__(self)
     self.source_file = source_file
Beispiel #2
0
 def __init__(self):
     self.varlists = []
     self.funclists = []
     self.scopes = Scopes()
     self.sourcename = ""
     RPythonVisitor.__init__(self)