예제 #1
0
 def __init__(self):
     ASTVisitor.__init__(self)
     self.imports = []
     self.objects = []
     self.main_snippet = None
     self.last_import = None
     self.past_imports = False
예제 #2
0
 def __init__(self):
     ASTVisitor.__init__(self)
     self.imports = []
     self.objects = []
     self.main_snippet = None
     self.last_import = None
     self.past_imports = False
예제 #3
0
 def __init__(self):
     ASTVisitor.__init__(self)
     self.method_body = None
예제 #4
0
 def __init__(self):
     ASTVisitor.__init__(self)
     self.methods = []
예제 #5
0
 def __init__(self):
     ASTVisitor.__init__(self)
     self.functions = 0
     self.classes = 0
     self.methods = 0
예제 #6
0
 def __init__(self):
     ASTVisitor.__init__(self)
     self.method_body = None
예제 #7
0
 def __init__(self):
     ASTVisitor.__init__(self)
     self.methods = []
예제 #8
0
 def __init__(self):
     ASTVisitor.__init__(self)
     self.functions = 0
     self.classes = 0
     self.methods = 0