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

File _typing.rs

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

Source from the content-addressed store, hash-verified

1// spell-checker:ignore typevarobject funcobj typevartuples
2use crate::{
3 Context, PyResult, VirtualMachine, builtins::pystr::AsPyStr, class::PyClassImpl,
4 function::IntoFuncArgs,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected