MCPcopy Create free account
hub / github.com/pybind/pybind11 / PyNone_Check

Function PyNone_Check

include/pybind11/pytypes.h:1405–1405  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1403}
1404
1405inline bool PyNone_Check(PyObject *o) { return o == Py_None; }
1406inline bool PyEllipsis_Check(PyObject *o) { return o == Py_Ellipsis; }
1407
1408#ifdef PYBIND11_STR_LEGACY_PERMISSIVE

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected