Home
last modified time | relevance | path

Searched refs:PyCell_Check (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Objects/
Dcellobject.c23 if (!PyCell_Check(op)) { in PyCell_Get()
35 if (!PyCell_Check(op)) { in PyCell_Set()
Dframeobject.c799 assert(PyCell_Check(value)); in map_to_dict()
853 assert(PyCell_Check(values[j])); in dict_to_map()
Dfuncobject.c416 if (!PyCell_Check(o)) { in func_new()
/external/python/cpython2/Include/
Dcellobject.h16 #define PyCell_Check(op) (Py_TYPE(op) == &PyCell_Type) macro
/external/python/cpython2/Doc/c-api/
Dcell.rst28 .. c:function:: int PyCell_Check(ob)