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

Method qid2label

ToG/client.py:25–26  ·  view source on GitHub ↗
(self, qid: str)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected