示例#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)