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

Method id

crates/vm/src/stdlib/_symtable.rs:191–193  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

189
190 #[pygetset]
191 fn id(&self) -> usize {
192 self as *const Self as *const core::ffi::c_void as usize
193 }
194
195 #[pygetset]
196 fn identifiers(&self, vm: &VirtualMachine) -> PyResult<Vec<PyObjectRef>> {

Callers 6

thread_to_rust_idFunction · 0.45
l_dictMethod · 0.45
validate_captureFunction · 0.45
validate_patternFunction · 0.45
validate_typeparamFunction · 0.45
validate_exprFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected