MCPcopy 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
128def get_terminal_size(defaultx=80, defaulty=25):
129 return _get_terminal_size((defaultx, defaulty))

Callers 3

pager_pageFunction · 0.90
prepare_headerMethod · 0.90
structured_tracebackMethod · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected