MCPcopy 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

repeatMethod · 0.45
__alloc__Method · 0.45
slot_strMethod · 0.45
__add__Method · 0.45
__contains__Method · 0.45
isalnumMethod · 0.45
isalphaMethod · 0.45
isasciiMethod · 0.45
isdigitMethod · 0.45
islowerMethod · 0.45
isspaceMethod · 0.45
isupperMethod · 0.45

Calls 1

readMethod · 0.45

Tested by

no test coverage detected