Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ inner
Method
inner
crates/vm/src/builtins/bytearray.rs:196–198 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
194
195
#[inline]
196
fn inner(&self) -> PyRwLockReadGuard<'_, PyBytesInner> {
197
self.inner.read()
198
}
199
#[inline]
200
fn inner_mut(&self) -> PyRwLockWriteGuard<'_, PyBytesInner> {
201
self.inner.write()
Callers
15
repeat
Method · 0.45
__alloc__
Method · 0.45
slot_str
Method · 0.45
__add__
Method · 0.45
__contains__
Method · 0.45
isalnum
Method · 0.45
isalpha
Method · 0.45
isascii
Method · 0.45
isdigit
Method · 0.45
islower
Method · 0.45
isspace
Method · 0.45
isupper
Method · 0.45
Calls
1
read
Method · 0.45
Tested by
no test coverage detected