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

Method p

tests/test_simpleTipper.py:25–27  ·  view source on GitHub ↗
(self, t)

Source from the content-addressed store, hash-verified

23@pytest.mark.skipif(IS_JYTHON, reason="CPython related test")
24class TestCPython(unittest.TestCase):
25 def p(self, t):
26 for a in t:
27 sys.stdout.write("%s\n" % (a,))
28
29 def test_imports3(self):
30 tip = _pydev_imports_tipper.generate_tip("os")

Callers

nothing calls this directly

Calls 1

writeMethod · 0.45

Tested by

no test coverage detected