예제 #1
0
 def __init__(self, include_deleted=False):
     ManagerBase.__init__(self)
     self.include_deleted = include_deleted
예제 #2
0
 def __init__(self, include_deleted=False):
     ManagerBase.__init__(self)
     self.include_deleted = include_deleted
예제 #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
예제 #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