(strng, start=0, screen_lines=0, pager_cmd=None)
| 34 | |
| 35 | |
| 36 | def 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 | |
| 42 | def xsys(self, cmd): |
nothing calls this directly
no outgoing calls
no test coverage detected