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

Method test_extractall_none_uname

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

Source from the content-addressed store, hash-verified

3440 pass
3441
3442 def test_extractall_none_uname(self):
3443 with self.extract_with_none('uname'):
3444 pass
3445
3446 def test_extractall_none_gname(self):
3447 with self.extract_with_none('gname'):

Callers

nothing calls this directly

Calls 1

extract_with_noneMethod · 0.95

Tested by

no test coverage detected