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

Class C14

Lib/test/test_descr.py:5674–5678  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5672 obj.__reduce__()
5673
5674 class C14:
5675 __slots__ = tuple(state)
5676 def __init__(self):
5677 for name, value in state.items():
5678 setattr(self, name, value)
5679
5680 obj = C14()
5681 for proto in protocols:

Callers 1

test_reduceMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_reduceMethod · 0.68