MCPcopy Create free account
hub / github.com/MegEngine/MegFlow / default

Method default

flow-rs/src/loader/python/unlimited.rs:33–40  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

31
32impl Default for PyErrStackItem {
33 fn default() -> Self {
34 PyErrStackItem {
35 exc_type: std::ptr::null_mut(),
36 exc_value: std::ptr::null_mut(),
37 exc_traceback: std::ptr::null_mut(),
38 previous_item: std::ptr::null_mut(),
39 }
40 }
41}
42
43#[repr(C)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected