(self, qid: str)
| 23 | return self.server.pid2label(pid) |
| 24 | |
| 25 | def qid2label(self, qid: str) -> str: |
| 26 | return self.server.qid2label(qid) |
| 27 | |
| 28 | def get_all_relations_of_an_entity( |
| 29 | self, entity_qid: str |
nothing calls this directly
no outgoing calls
no test coverage detected