Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ Property
Class
Property
bpython/test/test_inspection.py:266–269 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
264
265
266
class
Property:
267
@property
268
def
prop(self):
269
raise
AssertionError(
"Property __get__ executed"
)
270
271
272
class
Slots:
Callers
1
test_avoid_running_properties
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_avoid_running_properties
Method · 0.68