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

Class E

Lib/test/test_class.py:590–591  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

588 self.fail("attribute error for A().a got masked: %s" % x)
589
590 class E:
591 __eq__ = property(booh)
592 E() == E() # In debug mode, caused a C-level assert() to fail
593
594 class I:

Calls 1

propertyClass · 0.85