Home
last modified time | relevance | path

Searched refs:_PySet_Dummy (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dobject.h711 PyAPI_FUNC(PyObject *) _PySet_Dummy(void);
/external/python/cpython2/Objects/
Dobject.c25 o = _PySet_Dummy(); in _Py_GetRefTotal()
Dsetobject.c32 _PySet_Dummy(void) in _PySet_Dummy() function