MCPcopy Create free account
hub / github.com/DataArcTech/ToG / get_tail_values_given_head_and_relation

Method get_tail_values_given_head_and_relation

ToG/client.py:40–45  ·  view source on GitHub ↗
(
        self, head_qid: str, relation_pid: str
    )

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected