Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_stat.c270 #define stat_S_ISFUNC(isfunc, doc) \ argument
272 stat_ ##isfunc (PyObject *self, PyObject *omode) \
277 return PyBool_FromLong(isfunc(mode)); \
279 PyDoc_STRVAR(stat_ ## isfunc ## _doc, doc)