Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_name
Function · 0.85
slot_name
Method · 0.45
class
Method · 0.45
load
Method · 0.45
as_object
Method · 0.45
mode
Method · 0.45
Tested by
no test coverage detected