Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_stat.py19 format_funcs = {'S_ISBLK', 'S_ISCHR', 'S_ISDIR', 'S_ISFIFO', 'S_ISLNK', variable in TestFilemode
100 for funcname in self.format_funcs:
207 for key in self.format_funcs:
225 format_funcs = TestFilemode.format_funcs | {'S_ISDOOR', 'S_ISPORT', variable in TestFilemodeCStat
/external/python/cpython2/Lib/test/
Dtest_stat.py14 format_funcs = {'S_ISBLK', 'S_ISCHR', 'S_ISDIR', 'S_ISFIFO', 'S_ISLNK', variable in TestFilemode
74 for funcname in self.format_funcs:
165 for key in self.format_funcs: