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

Method test_fast_save_enter_set

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

Source from the content-addressed store, hash-verified

4584 self.fast_save_enter(lambda i: frozenset([i]))
4585
4586 def test_fast_save_enter_set(self):
4587 self.fast_save_enter(lambda i: set([i]))
4588
4589 def test_fast_save_enter_frozendict(self):
4590 if self.py_version < (3, 15):

Callers

nothing calls this directly

Calls 2

fast_save_enterMethod · 0.95
setFunction · 0.85

Tested by

no test coverage detected