Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ test_from_attribute
Method
test_from_attribute
bpython/test/test_importcompletion.py:114–117 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
112
__import__(
"os"
)
113
114
def
test_from_attribute(self):
115
self.assertSetEqual(
116
self.module_gatherer.complete(19,
"from sys import arg"
), {
"argv"
}
117
)
118
119
def
test_from_attr_module(self):
120
self.assertSetEqual(
Callers
nothing calls this directly
Calls
1
complete
Method · 0.45
Tested by
no test coverage detected