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

Method test_fast_save_enter_dict

Lib/test/pickletester.py:4594–4595  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

4592 self.fast_save_enter(lambda i: frozendict(key=i), minprotocol=2)
4593
4594 def test_fast_save_enter_dict(self):
4595 self.fast_save_enter(lambda i: {"key": i})
4596
4597 def deep_nested_struct(self, create_nested,
4598 minprotocol=0, compare_equal=True,

Callers

nothing calls this directly

Calls 1

fast_save_enterMethod · 0.95

Tested by

no test coverage detected