MCPcopy Index your code
hub / github.com/bpython/bpython / get_pager_command

Function get_pager_command

bpython/pager.py:35–36  ·  view source on GitHub ↗
(default: str = "less -rf")

Source from the content-addressed store, hash-verified

33
34
35def get_pager_command(default: str = "less -rf") -> list[str]:
36 return shlex.split(os.environ.get("PAGER", default))
37
38
39def page_internal(data: str) -> None:

Callers 2

pageFunction · 0.85
pagerMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected