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

Method function_obj

crates/vm/src/builtins/function.rs:1243–1245  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

1241
1242 #[inline]
1243 pub(crate) fn function_obj(&self) -> &PyObjectRef {
1244 &self.function
1245 }
1246
1247 #[inline]
1248 pub(crate) fn self_obj(&self) -> &PyObjectRef {

Callers 3

execute_instructionMethod · 0.80
specialize_callMethod · 0.80
specialize_call_kwMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected