Home
last modified time | relevance | path

Searched defs:Py_IsNone (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Include/
Dobject.h610 #define Py_IsNone(x) Py_Is((x), Py_None) macro
/external/python/cpython3/Objects/
Dobject.c2337 int Py_IsNone(PyObject *x) in Py_IsNone() function