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

File argument.rs

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

Source from the content-addressed store, hash-verified

1use crate::{
2 AsObject, PyObjectRef, PyPayload, PyRef, PyResult, TryFromObject, VirtualMachine,
3 builtins::{PyBaseExceptionRef, PyTupleRef, PyTypeRef},
4 convert::ToPyObject,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected