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

Method obj

crates/vm/src/function/protocol.rs:137–139  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

135
136 #[inline(always)]
137 pub fn obj(&self) -> &PyObject {
138 &self.obj
139 }
140
141 #[inline(always)]
142 pub fn mapping(&self) -> PyMapping<'_> {

Callers 2

as_objectMethod · 0.45
envobj_to_dictFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected