Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
696
impl IntoPyException for PyBaseExceptionRef {
697
#[inline(always)]
698
fn into_pyexception(self, _vm: &VirtualMachine) -> PyBaseExceptionRef {
699
self
700
}
701
}
Callers
15
to_cstring
Method · 0.45
to_wide_cstring
Method · 0.45
getpwuid
Function · 0.45
get_clock_time
Function · 0.45
clock_getres
Function · 0.45
set_clock_time
Function · 0.45
get_process_time
Function · 0.45
set_wakeup_fd
Function · 0.45
pthread_sigmask
Function · 0.45
truncate
Method · 0.45
close
Method · 0.45
readinto
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected