(self, label: str)
| 14 | self.server = xmlrpc.client.ServerProxy(url) |
| 15 | |
| 16 | def label2qid(self, label: str) -> str: |
| 17 | return self.server.label2qid(label) |
| 18 | |
| 19 | def label2pid(self, label: str) -> str: |
| 20 | return self.server.label2pid(label) |
nothing calls this directly
no outgoing calls
no test coverage detected