Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ reader
Method
reader
crates/vm/src/stdlib/_io.rs:1980–1982 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
1978
type Reader = Self;
1979
1980
fn reader(&self) -> &Self::Reader {
1981
self
1982
}
1983
}
1984
1985
#[pyclass(
Callers
6
read
Method · 0.45
peek
Method · 0.45
read1
Method · 0.45
readinto
Method · 0.45
readinto1
Method · 0.45
flush
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected