MCPcopy Index your code
hub / github.com/RustPython/RustPython / args

Method args

crates/vm/src/builtins/union.rs:56–58  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

54 /// Direct access to args field (_Py_union_args)
55 #[inline]
56 pub fn args(&self) -> &Py<PyTuple> {
57 &self.args
58 }
59
60 fn repr(&self, vm: &VirtualMachine) -> PyResult<String> {
61 fn repr_item(obj: PyObjectRef, vm: &VirtualMachine) -> PyResult<String> {

Callers 3

is_subclassMethod · 0.45
handle_exit_exceptionMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected