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

Class PyWriter

crates/vm/src/py_io.rs:54–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

52}
53
54pub struct PyWriter<'vm>(pub PyObjectRef, pub &'vm VirtualMachine);
55
56impl Write for PyWriter<'_> {
57 type Error = PyBaseExceptionRef;

Callers 3

print_exceptionMethod · 0.85
excepthookFunction · 0.85
write_fmtMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected