Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ Properties
Class
Properties
bpython/test/test_autocomplete.py:229–232 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
227
228
229
class
Properties(Foo):
230
@property
231
def
asserts_when_called(self):
232
raise
AssertionError(
"getter method called"
)
233
234
235
class
Slots:
Callers
1
test_descriptor_attributes_not_run
Method · 0.85
Calls
no outgoing calls
Tested by
1
test_descriptor_attributes_not_run
Method · 0.68