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/builtins/union.rs:538–540 ·
view source on GitHub ↗
(zelf: &Py<Self>, vm: &VirtualMachine)
Source
from the content-addressed store, hash-verified
536
impl Representable for PyUnion {
537
#[inline]
538
fn repr_str(zelf: &Py<Self>, vm: &VirtualMachine) -> PyResult<String> {
539
zelf.repr(vm)
540
}
541
}
542
543
pub fn init(context: &'static Context) {
Callers
nothing calls this directly
Calls
1
repr
Method · 0.45
Tested by
no test coverage detected