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

File pyast.rs

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

Source from the content-addressed store, hash-verified

1#![allow(clippy::all)]
2
3use super::*;
4use crate::builtins::{PyGenericAlias, PyTuple, PyTupleRef, PyTypeRef, make_union};

Callers

nothing calls this directly

Calls 2

OptionalFunction · 0.85
NodeInterface · 0.70

Tested by

no test coverage detected