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

Method into_args

crates/vm/src/function/argument.rs:24–26  ·  view source on GitHub ↗
(self, _vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

22 T: Into<FuncArgs>,
23{
24 fn into_args(self, _vm: &VirtualMachine) -> FuncArgs {
25 self.into()
26 }
27}
28
29// A tuple of values that each implement `ToPyObject` represents a sequence of

Callers 11

invoke_exceptionMethod · 0.45
into_method_argsMethod · 0.45
invokeMethod · 0.45
callMethod · 0.45
invokeMethod · 0.45
io_openFunction · 0.45
__set_name__Method · 0.45
descr_getMethod · 0.45
get_jit_argsFunction · 0.45
invokeMethod · 0.45
invoke_refMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected