Home
last modified time | relevance | path

Searched refs:SUPPORTED_TYPES (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/
H A Dtarfile.py116 SUPPORTED_TYPES = (REGTYPE, AREGTYPE, LNKTYPE, variable
1323 if self.isreg() or self.type not in SUPPORTED_TYPES:
1509 if next.isreg() or next.type not in SUPPORTED_TYPES:
2390 if tarinfo.isreg() or tarinfo.type not in SUPPORTED_TYPES:
2441 elif tarinfo.type not in SUPPORTED_TYPES:

Completed in 4 milliseconds