Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
clone
Method · 0.45
miss
Method · 0.45
interned
Method · 0.45
write_exception_inner
Method · 0.45
get_arg
Method · 0.45
args
Method · 0.45
__traceback__
Method · 0.45
__cause__
Method · 0.45
__context__
Method · 0.45
system_exit_code
Function · 0.45
lookup
Method · 0.45
lookup_error_opt
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected