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

Method test_pickle

Lib/test/test_ipaddress.py:566–568  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

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::'))

Callers

nothing calls this directly

Calls 1

pickle_testMethod · 0.80

Tested by

no test coverage detected