Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ Foo
Class
Foo
bpython/test/test_simpleeval.py:97–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
95
96
def
test_attribute_access(self):
97
class
Foo:
98
abc = 1
99
100
self.assertEqual(simple_eval(
"foo.abc"
, {
"foo"
: Foo()}), 1)
101
Callers
1
test_attribute_access
Method · 0.70
Calls
no outgoing calls
Tested by
1
test_attribute_access
Method · 0.56