def __init__(self, collection_id, **kwds): _InstitutionLoader.__init__(self, **kwds) self.__collection_id = collection_id
def __init__(self, **kwds): _InstitutionLoader.__init__(self, institution_id=self.INSTITUTION_ID, **kwds)