MCPcopy Create free account
hub / github.com/ipython/ipython / nopage

Function nopage

IPython/conftest.py:36–39  ·  view source on GitHub ↗
(strng, start=0, screen_lines=0, pager_cmd=None)

Source from the content-addressed store, hash-verified

34
35
36def nopage(strng, start=0, screen_lines=0, pager_cmd=None):
37 if isinstance(strng, dict):
38 strng = strng.get("text/plain", "")
39 print(strng)
40
41
42def xsys(self, cmd):

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected