MCPcopy 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
39def insstr(*args):
40 scr, args = args[0], args[1:]
41 return scr.insstr(*args)
42
43
44class ReloadException(Exception):

Callers 1

displayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected