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

Method offset

crates/vm/src/stdlib/_ctypes/base.rs:1874–1876  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1872
1873 #[pygetset]
1874 fn offset(&self) -> isize {
1875 self.offset
1876 }
1877
1878 #[pygetset]
1879 fn byte_offset(&self) -> isize {

Callers 2

new_localMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected