r"""Get client of python XML RPC server.
()
| 232 | |
| 233 | |
| 234 | def get_client() -> Client: |
| 235 | r"""Get client of python XML RPC server.""" |
| 236 | assert _sd is not None, "please call init_process_group first" |
| 237 | return _sd.client |
| 238 | |
| 239 | |
| 240 | def new_group(proc_ranks: List[int]) -> Group: |
no outgoing calls
no test coverage detected