Esempio n. 1
0
 def __init__(self):
     self.sourcename = ""
     RPythonVisitor.__init__(self)
Esempio n. 2
0
 def __init__(self):
     self.varlists = []
     self.funclists = []
     self.scopes = Scopes()
     self.sourcename = ""
     RPythonVisitor.__init__(self)