Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_stat.c115 #ifndef S_ISWHT
116 # define S_ISWHT(mode) 0 macro
317 stat_S_ISFUNC(S_ISWHT,
365 if (S_ISWHT(mode)) return 'w'; in filetype()
/external/python/cpython3/Lib/
Dstat.py86 def S_ISWHT(mode): function
/external/python/cpython3/Doc/library/
Dstat.rst72 .. function:: S_ISWHT(mode)
/external/python/cpython3/Misc/NEWS.d/
D3.9.0a1.rst1360 :func:`stat.S_ISWHT` values to the Python implementation of :mod:`stat`.