Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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_instruction
Method · 0.80
specialize_call
Method · 0.80
specialize_call_kw
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected