MCPcopy
hub / github.com/python-attrs/attrs / C

Class C

tests/test_dunders.py:977–978  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

975
976@attr.s(unsafe_hash=True, order=True)
977class C:
978 pass
979
980
981# Store this class so that we recreate it.

Callers 15

test_eq_ignore_attribMethod · 0.70
test_reprMethod · 0.70
test_underscoresMethod · 0.70
test_hash_attributeMethod · 0.70
test_hash_mirrors_eqMethod · 0.70
test_hash_defaultMethod · 0.70
test_initMethod · 0.70

Calls

no outgoing calls

Tested by 15

test_eq_ignore_attribMethod · 0.56
test_reprMethod · 0.56
test_underscoresMethod · 0.56
test_hash_attributeMethod · 0.56
test_hash_mirrors_eqMethod · 0.56
test_hash_defaultMethod · 0.56
test_initMethod · 0.56