Пример #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
    def __init__(self):
        self.amf3_objs = util.IndexedCollection()

        pyamf.BaseContext.__init__(self)