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