MCPcopy 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

536impl Representable for PyUnion {
537 #[inline]
538 fn repr_str(zelf: &Py<Self>, vm: &VirtualMachine) -> PyResult<String> {
539 zelf.repr(vm)
540 }
541}
542
543pub fn init(context: &'static Context) {

Callers

nothing calls this directly

Calls 1

reprMethod · 0.45

Tested by

no test coverage detected