MCPcopy Index your code
hub / github.com/python/cpython / test_extractall_none_uid

Method test_extractall_none_uid

Lib/test/test_tarfile.py:3434–3436  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

3432 regular_file_mode)
3433
3434 def test_extractall_none_uid(self):
3435 with self.extract_with_none('uid'):
3436 pass
3437
3438 def test_extractall_none_gid(self):
3439 with self.extract_with_none('gid'):

Callers

nothing calls this directly

Calls 1

extract_with_noneMethod · 0.95

Tested by

no test coverage detected