(family=None, type=None, proto=None)
| 112 | |
| 113 | |
| 114 | def socket(family=None, type=None, proto=None): |
| 115 | return MockSocket(family) |
| 116 | |
| 117 | def create_connection(address, timeout=socket_module._GLOBAL_DEFAULT_TIMEOUT, |
| 118 | source_address=None): |
nothing calls this directly
no test coverage detected
searching dependent graphs…