(self, label: str)
| 17 | return self.server.label2qid(label) |
| 18 | |
| 19 | def label2pid(self, label: str) -> str: |
| 20 | return self.server.label2pid(label) |
| 21 | |
| 22 | def pid2label(self, pid: str) -> str: |
| 23 | return self.server.pid2label(pid) |
nothing calls this directly
no outgoing calls
no test coverage detected