MCPcopy 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

400impl Deref for PyCode {
401 type Target = CodeObject;
402 fn deref(&self) -> &Self::Target {
403 &self.code
404 }
405}
406
407impl PyCode {

Callers 3

co_namesMethod · 0.45
co_freevarsMethod · 0.45
replaceMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected