MCPcopy 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
35def addstr(*args):
36 scr, args = args[0], args[1:]
37 return scr.addstr(*args)
38
39def insstr(*args):
40 scr, args = args[0], args[1:]

Callers 3

searchMethod · 0.85
displayMethod · 0.85
displayMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected