Exemple #1
0
 def __init__(self, root_folder, root_context):
     Visitor.__init__(self)
     self.root_folder = root_folder
     self.root_context = root_context
     self.project = Project(name="Tasks")
     self.context = Context(name="Tasks")
Exemple #2
0
 def __init__(self, types):
     Visitor.__init__(self)
     self.types = types
Exemple #3
0
 def __init__(self, types, get_key_fn, nice_string):
     Visitor.__init__(self)
     self.types = types
     self.get_key_fn = get_key_fn
     self.nice_string = nice_string
Exemple #4
0
 def __init__(self, root_folder, root_context):
     Visitor.__init__(self)
     self.root_folder = root_folder
     self.root_context = root_context
     self.project = Project (name='Tasks')
     self.context = Context (name='Tasks')
Exemple #5
0
 def __init__(self, types):
     Visitor.__init__(self)
     self.types = types
Exemple #6
0
 def __init__(self, types, get_key_fn, nice_string):
     Visitor.__init__(self)
     self.types = types
     self.get_key_fn = get_key_fn
     self.nice_string = nice_string