MCPcopy Create free account
hub / github.com/EmbeddedRPC/erpc / _width

Function _width

scripts/kconfig/menuconfig.py:1082–1085  ·  view source on GitHub ↗
(win)

Source from the content-addressed store, hash-verified

1080
1081
1082def _width(win):
1083 # Returns the width of 'win'
1084
1085 return win.getmaxyx()[1]
1086
1087
1088def _enter_menu(menu):

Callers 6

_draw_mainFunction · 0.85
edit_widthFunction · 0.85
_draw_input_dialogFunction · 0.85
_jump_to_dialogFunction · 0.85
_draw_jump_to_dialogFunction · 0.85
_safe_addstrFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected