(self)
| 3436 | pass |
| 3437 | |
| 3438 | def test_extractall_none_gid(self): |
| 3439 | with self.extract_with_none('gid'): |
| 3440 | pass |
| 3441 | |
| 3442 | def test_extractall_none_uname(self): |
| 3443 | with self.extract_with_none('uname'): |
nothing calls this directly
no test coverage detected