Searched refs:statmod (Results 1 – 1 of 1) sorted by relevance
11 import stat as statmod namespace62 if not statmod.S_ISLNK(lst.st_mode):79 return statmod.S_ISREG(st.st_mode)89 return statmod.S_ISDIR(st.st_mode)96 return statmod.S_ISLNK(st.st_mode)