Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_stat.c266 #define stat_S_ISFUNC(isfunc, doc) \ argument
268 stat_ ##isfunc (PyObject *self, PyObject *omode) \
273 return PyBool_FromLong(isfunc(mode)); \
275 PyDoc_STRVAR(stat_ ## isfunc ## _doc, doc)