Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ poll
Function
poll
crates/stdlib/src/select.rs:323–325 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
321
#[cfg(unix)]
322
#[pyfunction]
323
fn poll() -> poll::PyPoll {
324
poll::PyPoll::default()
325
}
326
327
#[cfg(unix)]
328
#[pyattr]
Callers
2
sock_select
Function · 0.70
poll
Method · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected