MCPcopy Index your code
hub / github.com/RustPython/RustPython / close

Method close

Lib/test/test_socket.py:7416–7418  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

7414 s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
7415
7416 def close():
7417 for _ in range(1000):
7418 s.close()
7419
7420 def detach():
7421 for _ in range(1000):

Callers 15

_have_socket_canFunction · 0.45
_have_socket_can_isotpFunction · 0.45
_have_socket_can_j1939Function · 0.45
_have_socket_rdsFunction · 0.45
_have_socket_algFunction · 0.45
_have_socket_qipcrtrFunction · 0.45
_have_socket_bluetoothFunction · 0.45
_have_socket_hypervFunction · 0.45
tearDownMethod · 0.45
tearDownMethod · 0.45
clientTearDownMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected