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

Method test_pickle

Lib/test/test_audit.py:66–69  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 self.do_test("test_marshal")
65
66 def test_pickle(self):
67 import_helper.import_module("pickle")
68
69 self.do_test("test_pickle")
70
71 def test_monkeypatch(self):
72 self.do_test("test_monkeypatch")

Callers

nothing calls this directly

Calls 2

do_testMethod · 0.95
import_moduleMethod · 0.45

Tested by

no test coverage detected