Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ constant.rs
File
constant.rs
crates/vm/src/stdlib/_ast/constant.rs:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
use super::*;
2
use crate::builtins::{PyComplex, PyFrozenSet, PyTuple};
3
use ast::str_prefix::StringLiteralPrefix;
4
use rustpython_compiler_core::SourceFile;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected