MCPcopy 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

readMethod · 0.45
peekMethod · 0.45
read1Method · 0.45
readintoMethod · 0.45
readinto1Method · 0.45
flushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected