Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_stat.c74 #ifndef S_IFPORT
75 # define S_IFPORT 0 macro
523 if (PyModule_AddIntMacro(m, S_IFPORT)) return NULL; in PyInit__stat()
/external/python/cpython3/Doc/library/
Dstat.rst139 The function supports :data:`S_IFDOOR`, :data:`S_IFPORT` and
245 .. data:: S_IFPORT
259 :data:`S_IFDOOR`, :data:`S_IFPORT` or :data:`S_IFWHT` are defined as
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1503 :attr:`~stat.S_IFPORT`, and :attr:`~stat.S_IFWHT`. (Contributed by