()
| 100 | |
| 101 | |
| 102 | def default_net() -> Network: |
| 103 | assert net, ( |
| 104 | "Use builder to create network first, and use `set_network` or `net_guard` to set it to default" |
| 105 | ) |
| 106 | return net |
| 107 | |
| 108 | |
| 109 | def default_trtnet(): |
no outgoing calls
no test coverage detected