Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TabViewer/tabview
/ addstr
Function
addstr
tabview/tabview.py:35–37 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
33
return
curses.ascii.ctrl(key)
34
35
def
addstr(*args):
36
scr, args = args[0], args[1:]
37
return
scr.addstr(*args)
38
39
def
insstr(*args):
40
scr, args = args[0], args[1:]
Callers
3
search
Method · 0.85
display
Method · 0.85
display
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected