(
self, head_qid: str, relation_pid: str
)
| 38 | ) |
| 39 | |
| 40 | def get_tail_values_given_head_and_relation( |
| 41 | self, head_qid: str, relation_pid: str |
| 42 | ) -> tp.List[str]: |
| 43 | return self.server.get_tail_values_given_head_and_relation( |
| 44 | head_qid, relation_pid |
| 45 | ) |
| 46 | |
| 47 | def get_external_id_given_head_and_relation( |
| 48 | self, head_qid: str, relation_pid: str |
nothing calls this directly
no outgoing calls
no test coverage detected