コード例 #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
ファイル: models.py プロジェクト: jasonthomas/addons-server
 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