Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ inner_mut
Method
inner_mut
crates/vm/src/builtins/bytearray.rs:200–202 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
198
}
199
#[inline]
200
fn inner_mut(&self) -> PyRwLockWriteGuard<'_, PyBytesInner> {
201
self.inner.write()
202
}
203
204
#[pymethod]
205
fn __alloc__(&self) -> usize {
Callers
1
init
Method · 0.80
Calls
1
write
Method · 0.45
Tested by
no test coverage detected