(value)
| 4 | if rank == 0: |
| 5 | logging.info(log) |
| 6 | def none_or_str(value): |
| 7 | if value == 'None': |
| 8 | return None |
| 9 | return value |
| 10 | |
| 11 | def parse_transport_args(parser): |
| 12 | group = parser.add_argument_group("Transport arguments") |
nothing calls this directly
no outgoing calls
no test coverage detected