Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bpython/bpython
/ Foo
Class
Foo
bpython/test/test_autocomplete.py:219–226 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
217
218
219
class
Foo:
220
a = 10
221
222
def
__init__(self):
223
self.b = 20
224
225
def
method(self, x):
226
pass
227
228
229
class
Properties(Foo):
Callers
6
test_att_matches_found_on_instance
Method · 0.70
test_att_matches_found_on_instance
Method · 0.70
test_tuples_complete
Method · 0.70
test_list_subclasses_complete
Method · 0.70
test_literals_complete
Method · 0.70
test_dictionaries_complete
Method · 0.70
Calls
no outgoing calls
Tested by
6
test_att_matches_found_on_instance
Method · 0.56
test_att_matches_found_on_instance
Method · 0.56
test_tuples_complete
Method · 0.56
test_list_subclasses_complete
Method · 0.56
test_literals_complete
Method · 0.56
test_dictionaries_complete
Method · 0.56