Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
3
use super::{PyBytesRef, PyStrRef, PyTupleRef, PyType};
4
use crate::common::lock::PyMutex;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected