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

Method deref_mut

crates/vm/src/py_io.rs:32–34  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

30}
31impl<T> ops::DerefMut for IoWriter<T> {
32 fn deref_mut(&mut self) -> &mut T {
33 &mut self.0
34 }
35}
36
37impl<W> Write for IoWriter<W>

Callers 1

try_writableMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected