Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ Py_NotImplemented
Function
Py_NotImplemented
python3-sys/src/object.rs:964–966 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
962
963
#[inline(always)]
964
pub unsafe fn Py_NotImplemented() -> *mut PyObject {
965
&mut _Py_NotImplementedStruct
966
}
967
968
/* Rich comparison opcodes */
969
pub const Py_LT: c_int = 0;
Callers
1
NotImplemented
Method · 0.50
Calls
no outgoing calls
Tested by
no test coverage detected