Ejemplo n.º 1
0
    def __init__(self, exceptions=True):
        self.objects = util.IndexedCollection(exceptions=False)
        self.clear()

        self.exceptions = exceptions
Ejemplo n.º 2
0
 def setUp(self):
     self.collection = util.IndexedCollection()
Ejemplo n.º 3
0
 def __init__(self):
     self.objects = util.IndexedCollection()
     self.clear()
Ejemplo n.º 4
0
    def __init__(self):
        self.amf3_objs = util.IndexedCollection()

        pyamf.BaseContext.__init__(self)