Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
54
pub struct PyWriter<
'vm>(pub PyObjectRef, pub &'
vm VirtualMachine);
55
56
impl Write for PyWriter<'_> {
57
type Error = PyBaseExceptionRef;
Callers
3
print_exception
Method · 0.85
excepthook
Function · 0.85
write_fmt
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected