(self)
| 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'): |
nothing calls this directly
no test coverage detected