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

Function PyEllipsis_Check

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

Source from the content-addressed store, hash-verified

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
1409inline bool PyUnicode_Check_Permissive(PyObject *o) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected