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

File argument.rs

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

Source from the content-addressed store, hash-verified

1use super::*;
2use rustpython_compiler_core::SourceFile;
3
4pub(super) struct PositionalArguments {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected