Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ deref
Method
deref
crates/vm/src/builtins/code.rs:402–404 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
400
impl Deref for PyCode {
401
type Target = CodeObject;
402
fn deref(&self) -> &Self::Target {
403
&self.code
404
}
405
}
406
407
impl PyCode {
Callers
3
co_names
Method · 0.45
co_freevars
Method · 0.45
replace
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected