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

Method write

crates/stdlib/src/array.rs:717–719  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

715 }
716
717 fn write(&self) -> PyRwLockWriteGuard<'_, ArrayContentType> {
718 self.array.write()
719 }
720
721 #[pygetset]
722 fn typecode(&self, vm: &VirtualMachine) -> PyStrRef {

Callers 5

byteswapMethod · 0.45
get_bytes_mutMethod · 0.45
reverseMethod · 0.45
setitem_innerMethod · 0.45
try_resizable_optMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected