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

Method write

crates/vm/src/dict_inner.rs:279–281  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

277 }
278
279 fn write(&self) -> PyRwLockWriteGuard<'_, DictInner<T>> {
280 self.inner.write()
281 }
282
283 /// Store a key
284 pub fn insert<K>(&self, vm: &VirtualMachine, key: &K, value: T) -> PyResult<()>

Callers 15

missMethod · 0.45
set_argsMethod · 0.45
set_traceback_typedMethod · 0.45
set___cause__Method · 0.45
set___context__Method · 0.45
with_tracebackMethod · 0.45
initMethod · 0.45
syntax_error_set_msgFunction · 0.45
registerMethod · 0.45
unregisterMethod · 0.45
register_manualMethod · 0.45
lookupMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected