MCPcopy Index your code
hub / github.com/RustPython/RustPython / C14

Class C14

Lib/test/test_descr.py:5437–5441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5435 obj.__reduce__()
5436
5437 class C14:
5438 __slots__ = tuple(state)
5439 def __init__(self):
5440 for name, value in state.items():
5441 setattr(self, name, value)
5442
5443 obj = C14()
5444 for proto in protocols:

Callers 1

test_reduceMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_reduceMethod · 0.68