MCPcopy 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_selectFunction · 0.70
pollMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected