Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
35
def
get_pager_command(default: str =
"less -rf"
) -> list[str]:
36
return
shlex.split(os.environ.get(
"PAGER"
, default))
37
38
39
def
page_internal(data: str) -> None:
Callers
2
page
Function · 0.85
pager
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected