def __init__(self, exceptions=True): self.objects = util.IndexedCollection(exceptions=False) self.clear() self.exceptions = exceptions
def setUp(self): self.collection = util.IndexedCollection()
def __init__(self): self.objects = util.IndexedCollection() self.clear()
def __init__(self): self.amf3_objs = util.IndexedCollection() pyamf.BaseContext.__init__(self)