Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
H A Dtest_tarfile.py3061 def extract_with_none(self, *attr_names): member in NoneInfoExtractTests
3076 with self.extract_with_none('mtime') as DIR:
3095 with self.extract_with_none('mode') as DIR:
3105 with self.extract_with_none('uid'):
3109 with self.extract_with_none('gid'):
3113 with self.extract_with_none('uname'):
3117 with self.extract_with_none('gname'):
3121 with self.extract_with_none('uid', 'gid', 'uname', 'gname'):

Completed in 7 milliseconds