MCPcopy Index your code
hub / github.com/RustPython/RustPython / repr_str

Method repr_str

crates/vm/src/stdlib/_io.rs:4056–4058  ·  view source on GitHub ↗
(_zelf: &Py<Self>, _vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

4054 }
4055
4056 fn repr_str(_zelf: &Py<Self>, _vm: &VirtualMachine) -> PyResult<String> {
4057 unreachable!("repr() is overridden directly")
4058 }
4059 }
4060
4061 impl Iterable for TextIOWrapper {

Callers

nothing calls this directly

Calls 6

repr_file_obj_nameFunction · 0.85
slot_nameMethod · 0.45
classMethod · 0.45
loadMethod · 0.45
as_objectMethod · 0.45
modeMethod · 0.45

Tested by

no test coverage detected