Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ assertEqual
Method
assertEqual
Lib/test/test_patma.py:3537–3538 ·
view source on GitHub ↗
(*_, **__)
Source
from the content-addressed store, hash-verified
3535
class
PerfPatma(TestPatma):
3536
3537
def
assertEqual(*_, **__):
3538
pass
3539
3540
def
assertIs(*_, **__):
3541
pass
Callers
15
test_delegation_of_initial_next_to_subgenerator
Method · 0.45
test_raising_exception_in_initial_next_call
Method · 0.45
test_delegation_of_next_call_to_subgenerator
Method · 0.45
test_raising_exception_in_delegated_next_call
Method · 0.45
test_delegation_of_send
Method · 0.45
test_handling_exception_while_delegating_send
Method · 0.45
test_delegating_close
Method · 0.45
test_handing_exception_while_delegating_close
Method · 0.45
test_delegating_throw
Method · 0.45
test_value_attribute_of_StopIteration_exception
Method · 0.45
test_exception_value_crash
Method · 0.45
test_generator_return_value
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected