MCPcopy Index your code
hub / github.com/ipython/ipython / nopage

Function nopage

tests/conftest.py:44–47  ·  view source on GitHub ↗
(strng, start=0, screen_lines=0, pager_cmd=None)

Source from the content-addressed store, hash-verified

42
43
44def nopage(strng, start=0, screen_lines=0, pager_cmd=None):
45 if isinstance(strng, dict):
46 strng = strng.get("text/plain", "")
47 print(strng)
48
49
50def xsys(self, cmd):

Callers

nothing calls this directly

Calls 1

getMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…