Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/bpython/bpython
/ test_from_package
Method
test_from_package
bpython/test/test_importcompletion.py:124–127 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
122
)
123
124
def
test_from_package(self):
125
self.assertSetEqual(
126
self.module_gatherer.complete(17,
"from xml import d"
), {
"dom"
}
127
)
128
129
130
class
TestAvoidSymbolicLinks(unittest.TestCase):
Callers
nothing calls this directly
Calls
1
complete
Method · 0.45
Tested by
no test coverage detected