Home
last modified time | relevance | path

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

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