コード例 #1
0
ファイル: __init__.py プロジェクト: bopopescu/FatCatMap-Proto
    def __init__(self, exceptions=True):
        self.objects = util.IndexedCollection(exceptions=False)
        self.clear()

        self.exceptions = exceptions
コード例 #2
0
ファイル: test_util.py プロジェクト: sasqwatch/deblaze
 def setUp(self):
     self.collection = util.IndexedCollection()
コード例 #3
0
 def __init__(self):
     self.objects = util.IndexedCollection()
     self.clear()
コード例 #4
0
ファイル: amf0.py プロジェクト: sasqwatch/deblaze
    def __init__(self):
        self.amf3_objs = util.IndexedCollection()

        pyamf.BaseContext.__init__(self)