Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ test_same_name_as_bad
Method
test_same_name_as_bad
Lib/test/test_modulefinder.py:380–381 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
378
self._do_test(syntax_error_test)
379
380
def
test_same_name_as_bad(self):
381
self._do_test(same_name_as_bad_test)
382
383
def
test_bytecode(self):
384
base_path = os.path.join(self.test_dir,
'a'
)
Callers
nothing calls this directly
Calls
1
_do_test
Method · 0.95
Tested by
no test coverage detected