Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_maybe
Method
test_maybe
Lib/test/test_modulefinder.py:371–372 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
369
self._do_test(namespace_package_test)
370
371
def
test_maybe(self):
372
self._do_test(maybe_test)
373
374
def
test_maybe_new(self):
375
self._do_test(maybe_test_new)
Callers
nothing calls this directly
Calls
1
_do_test
Method · 0.95
Tested by
no test coverage detected