Home
last modified time | relevance | path

Searched defs:S_ISDOOR (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/
D_stat.c108 # define S_ISDOOR(mode) 0 macro
/external/python/cpython3/Lib/
Dstat.py78 def S_ISDOOR(mode): function