r"""Get the rank of the current process.
()
| 199 | |
| 200 | |
| 201 | def get_rank() -> int: |
| 202 | r"""Get the rank of the current process.""" |
| 203 | return _sd.proc_rank if _sd is not None else 0 |
| 204 | |
| 205 | |
| 206 | def get_local_device_id() -> int: |
no outgoing calls
no test coverage detected