(self, pid: str)
| 20 | return self.server.label2pid(label) |
| 21 | |
| 22 | def pid2label(self, pid: str) -> str: |
| 23 | return self.server.pid2label(pid) |
| 24 | |
| 25 | def qid2label(self, qid: str) -> str: |
| 26 | return self.server.qid2label(qid) |
nothing calls this directly
no outgoing calls
no test coverage detected