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

Method itemsize

crates/stdlib/src/array.rs:729–731  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

727
728 #[pygetset]
729 fn itemsize(&self) -> usize {
730 self.read().itemsize()
731 }
732
733 #[pymethod]
734 fn append(zelf: &Py<Self>, x: PyObjectRef, vm: &VirtualMachine) -> PyResult<()> {

Callers 8

py_newMethod · 0.45
fromunicodeMethod · 0.45
tounicodeMethod · 0.45
frombytesMethod · 0.45
fromfileMethod · 0.45
__reduce__Method · 0.45
as_bufferMethod · 0.45
_array_reconstructorFunction · 0.45

Calls 1

readMethod · 0.45

Tested by

no test coverage detected