MCPcopy 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)]
964pub unsafe fn Py_NotImplemented() -> *mut PyObject {
965 &mut _Py_NotImplementedStruct
966}
967
968/* Rich comparison opcodes */
969pub const Py_LT: c_int = 0;

Callers 1

NotImplementedMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected