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

Method into_pyexception

crates/vm/src/object/ext.rs:698–700  ·  view source on GitHub ↗
(self, _vm: &VirtualMachine)

Source from the content-addressed store, hash-verified

696impl IntoPyException for PyBaseExceptionRef {
697 #[inline(always)]
698 fn into_pyexception(self, _vm: &VirtualMachine) -> PyBaseExceptionRef {
699 self
700 }
701}

Callers 15

to_cstringMethod · 0.45
to_wide_cstringMethod · 0.45
getpwuidFunction · 0.45
get_clock_timeFunction · 0.45
clock_getresFunction · 0.45
set_clock_timeFunction · 0.45
get_process_timeFunction · 0.45
set_wakeup_fdFunction · 0.45
pthread_sigmaskFunction · 0.45
truncateMethod · 0.45
closeMethod · 0.45
readintoMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected