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

Class I

Lib/test/test_class.py:594–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

592 E() == E() # In debug mode, caused a C-level assert() to fail
593
594 class I:
595 __init__ = property(booh)
596 try:
597 # In debug mode, printed XXX undetected error and
598 # raises AttributeError

Calls 1

propertyClass · 0.85