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

File python.rs

crates/vm/src/stdlib/_ast/python.rs:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1use super::{
2 PY_CF_ALLOW_INCOMPLETE_INPUT, PY_CF_ALLOW_TOP_LEVEL_AWAIT, PY_CF_DONT_IMPLY_DEDENT,
3 PY_CF_IGNORE_COOKIE, PY_CF_ONLY_AST, PY_CF_OPTIMIZED_AST, PY_CF_SOURCE_IS_UTF8,
4 PY_CF_TYPE_COMMENTS,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected