(self)
| 564 | assertBadPart('2001:888888::1%scope', "888888") |
| 565 | |
| 566 | def test_pickle(self): |
| 567 | self.pickle_test('2001:db8::') |
| 568 | self.pickle_test('2001:db8::%scope') |
| 569 | |
| 570 | def test_weakref(self): |
| 571 | weakref.ref(self.factory('2001:db8::')) |
nothing calls this directly
no test coverage detected