MCPcopy 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
14def eq_(a, b):
15 if a != b:
16 raise AssertionError("%s != %s" % (a, b))
17
18
19try:

Callers 8

add_execMethod · 0.85
testAddExec_3Method · 0.85
test_get_namespaceMethod · 0.85
testGetCompletions_1Method · 0.85
testGetCompletions_3Method · 0.85
test_printMethod · 0.85
test_historyMethod · 0.85
test_editMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected