Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_local
Method · 0.45
source_range_to_text_range
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected