Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ closed
Method
closed
crates/stdlib/src/select.rs:619–621 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
617
618
#[pygetset]
619
fn closed(&self) -> bool {
620
self.epoll_fd.read().is_none()
621
}
622
623
fn get_epoll(
624
&self,
Callers
nothing calls this directly
Calls
2
is_none
Method · 0.45
read
Method · 0.45
Tested by
no test coverage detected