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

File code.rs

crates/vm/src/builtins/code.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1//! Infamous code object. The python class `code`
2
3use super::{PyBytesRef, PyStrRef, PyTupleRef, PyType};
4use crate::common::lock::PyMutex;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected