MCPcopy Index your code
hub / github.com/python/cpython / close

Method close

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

Source from the content-addressed store, hash-verified

7504 s = socket.socket(socket.AF_INET, socket.SOCK_STREAM)
7505
7506 def close():
7507 for _ in range(1000):
7508 s.close()
7509
7510 def detach():
7511 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