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

Method test_pickle

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

Source from the content-addressed store, hash-verified

299 assertBadOctet("192.168.0.999", 999)
300
301 def test_pickle(self):
302 self.pickle_test('192.0.2.1')
303
304 def test_weakref(self):
305 weakref.ref(self.factory('192.0.2.1'))

Callers

nothing calls this directly

Calls 1

pickle_testMethod · 0.80

Tested by

no test coverage detected