コード例 #1
0
ファイル: allPythonContent.py プロジェクト: Mondego/pyreco
 def __init__(self, *a, **kw):
     self._defaults = {}
     ConfigStorage.__init__(self, *a, **kw)
コード例 #2
0
 def __init__(self, *a, **kw):
     self._defaults = {}
     ConfigStorage.__init__(self, *a, **kw)
コード例 #3
0
ファイル: env.py プロジェクト: collective/collective.assets
 def __init__(self, *a, **kw):
     self._dict = PersistentDict() 
     ConfigStorage.__init__(self, *a, **kw)