Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
Indexed
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ assertIs
Method
assertIs
Lib/test/test_patma.py:3540–3541 ·
view source on GitHub ↗
(*_, **__)
Source
from the content-addressed store, hash-verified
3538
pass
3539
3540
def
assertIs(*_, **__):
3541
pass
3542
3543
def
assertRaises(*_, **__):
3544
assert False,
"this test should be a method of a different class!"
Callers
15
test_close_and_throw_work
Method · 0.45
test_close_and_throw_raise_generator_exit
Method · 0.45
test_close_and_throw_raise_stop_iteration
Method · 0.45
test_close_and_throw_raise_base_exception
Method · 0.45
test_close_and_throw_raise_exception
Method · 0.45
test_close_and_throw_yield
Method · 0.45
test_close_and_throw_return
Method · 0.45
test_import_filter_syntax_warnings_by_module
Method · 0.45
test_patma_000
Method · 0.45
test_patma_001
Method · 0.45
test_patma_002
Method · 0.45
test_patma_003
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected