MCPcopy Create free account
hub / github.com/bslatkin/effectivepython / slow_systemcall

Function slow_systemcall

example_code/item_068.py:109–110  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

107import socket
108
109def slow_systemcall():
110 select.select([socket.socket()], [], [], 0.1)
111
112
113print("Example 7")

Callers 1

item_068.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected