Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ipython/ipython
/ get_terminal_size
Function
get_terminal_size
IPython/utils/terminal.py:128–129 ·
view source on GitHub ↗
(defaultx=80, defaulty=25)
Source
from the content-addressed store, hash-verified
126
127
128
def
get_terminal_size(defaultx=80, defaulty=25):
129
return
_get_terminal_size((defaultx, defaulty))
Callers
3
pager_page
Function · 0.90
prepare_header
Method · 0.90
structured_traceback
Method · 0.90
Calls
no outgoing calls
Tested by
no test coverage detected