Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dgrunwald/rust-cpython
/ Py_None
Function
Py_None
python27-sys/src/object.rs:848–850 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
846
847
#[inline(always)]
848
pub unsafe fn Py_None() -> *mut PyObject {
849
&mut _Py_NoneStruct
850
}
851
852
#[inline(always)]
853
pub unsafe fn Py_NotImplemented() -> *mut PyObject {
Callers
1
PyWeakref_GET_OBJECT
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected