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

Method args

crates/vm/src/exceptions.rs:595–597  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

593impl PyBaseException {
594 #[pygetset]
595 pub fn args(&self) -> PyTupleRef {
596 self.args.read().clone()
597 }
598
599 #[pygetset(setter)]
600 fn set_args(&self, args: ArgIterable, vm: &VirtualMachine) -> PyResult<()> {

Callers 7

launch_processFunction · 0.45
commandFunction · 0.45
write_exception_innerMethod · 0.45
__str__Method · 0.45
__reduce__Method · 0.45
repr_strMethod · 0.45
serializeMethod · 0.45

Calls 2

cloneMethod · 0.45
readMethod · 0.45

Tested by

no test coverage detected