equal
deleted
inserted
replaced
393 raise NotImplementedError(self) |
393 raise NotImplementedError(self) |
394 |
394 |
395 # system source interface ################################################# |
395 # system source interface ################################################# |
396 |
396 |
397 def eid_type_source(self, cnx, eid): |
397 def eid_type_source(self, cnx, eid): |
398 """return a tuple (type, source, extid) for the entity with id <eid>""" |
398 """return a tuple (type, extid, source) for the entity with id <eid>""" |
399 raise NotImplementedError(self) |
399 raise NotImplementedError(self) |
400 |
400 |
401 def create_eid(self, cnx): |
401 def create_eid(self, cnx): |
402 raise NotImplementedError(self) |
402 raise NotImplementedError(self) |
403 |
403 |