Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/fabioz/PyDev.Debugger
/ eq_
Function
eq_
tests/test_pydev_ipython_011.py:14–16 ·
view source on GitHub ↗
(a, b)
Source
from the content-addressed store, hash-verified
12
13
14
def
eq_(a, b):
15
if
a != b:
16
raise
AssertionError(
"%s != %s"
% (a, b))
17
18
19
try
:
Callers
8
add_exec
Method · 0.85
testAddExec_3
Method · 0.85
test_get_namespace
Method · 0.85
testGetCompletions_1
Method · 0.85
testGetCompletions_3
Method · 0.85
test_print
Method · 0.85
test_history
Method · 0.85
test_edit
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected