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

Method read

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

Source from the content-addressed store, hash-verified

273 }
274
275 fn read(&self) -> PyRwLockReadGuard<'_, DictInner<T>> {
276 self.inner.read()
277 }
278
279 fn write(&self) -> PyRwLockWriteGuard<'_, DictInner<T>> {
280 self.inner.write()

Callers 15

cloneMethod · 0.45
missMethod · 0.45
internedMethod · 0.45
write_exception_innerMethod · 0.45
get_argMethod · 0.45
argsMethod · 0.45
__traceback__Method · 0.45
__cause__Method · 0.45
__context__Method · 0.45
system_exit_codeFunction · 0.45
lookupMethod · 0.45
lookup_error_optMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected