예제 #1
0
    def __init__(self, exceptions=True):
        self.objects = util.IndexedCollection(exceptions=False)
        self.clear()

        self.exceptions = exceptions
예제 #2
0
 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)