(
self, entity_qid: str
)
| 26 | return self.server.qid2label(qid) |
| 27 | |
| 28 | def get_all_relations_of_an_entity( |
| 29 | self, entity_qid: str |
| 30 | ) -> tp.Dict[str, tp.List]: |
| 31 | return self.server.get_all_relations_of_an_entity(entity_qid) |
| 32 | |
| 33 | def get_tail_entities_given_head_and_relation( |
| 34 | self, head_qid: str, relation_pid: str |
nothing calls this directly
no outgoing calls
no test coverage detected