(strng, start=0, screen_lines=0, pager_cmd=None)
| 42 | |
| 43 | |
| 44 | def 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 | |
| 50 | def xsys(self, cmd): |
nothing calls this directly
no test coverage detected
searching dependent graphs…