MCPcopy Create free account
hub / github.com/facebook/PathPicker / addstr

Method addstr

src/pathpicker/screen.py:62–63  ·  view source on GitHub ↗
(self, y_pos: int, x_pos: int, string: str, attr: int)

Source from the content-addressed store, hash-verified

60 self.screen.move(y_pos, x_pos)
61
62 def addstr(self, y_pos: int, x_pos: int, string: str, attr: int) -> None:
63 self.screen.addstr(y_pos, x_pos, string, attr)
64
65 def delch(self, y_pos: int, x_pos: int) -> None:
66 self.screen.delch(y_pos, x_pos)

Callers

nothing calls this directly

Calls 1

addstrMethod · 0.45

Tested by

no test coverage detected