Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
107
import
socket
108
109
def
slow_systemcall():
110
select.select([socket.socket()], [], [], 0.1)
111
112
113
print(
"Example 7"
)
Callers
1
item_068.py
File · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected