MCPcopy Create free account
hub / github.com/fabioz/PyDev.Debugger / check_args

Method check_args

tests/test_simpleTipper.py:191–195  ·  view source on GitHub ↗
(self, t, *expected)

Source from the content-addressed store, hash-verified

189 self.assert_in("parse", tip)
190
191 def check_args(self, t, *expected):
192 for x in expected:
193 if x == t[2]:
194 return
195 self.fail("Found: %s. Expected: %s" % (t[2], expected))
196
197 def assert_args(self, tok, args, tips):
198 if not isinstance(args, (list, tuple)):

Callers 2

test_imports5Method · 0.95
test_importsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected