Ejemplo n.º 1
0
 def __init__(self, include_deleted=False):
     ManagerBase.__init__(self)
     self.include_deleted = include_deleted
Ejemplo n.º 2
0
 def __init__(self, include_deleted=False):
     ManagerBase.__init__(self)
     self.include_deleted = include_deleted
Ejemplo n.º 3
0
 def __init__(self, include_deleted=False):
     # DO NOT change the default value of include_deleted unless you've read
     # through the comment just above the Addon managers
     # declaration/instanciation and understand the consequences.
     ManagerBase.__init__(self)
     self.include_deleted = include_deleted
Ejemplo n.º 4
0
 def __init__(self, include_deleted=False):
     # DO NOT change the default value of include_deleted unless you've read
     # through the comment just above the Addon managers
     # declaration/instanciation and understand the consequences.
     ManagerBase.__init__(self)
     self.include_deleted = include_deleted