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

Method addstr

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

Source from the content-addressed store, hash-verified

28
29 @abstractmethod
30 def addstr(self, y_pos: int, x_pos: int, string: str, attr: int) -> None:
31 pass
32
33 @abstractmethod
34 def delch(self, y_pos: int, x_pos: int) -> None:

Callers 12

print_textMethod · 0.45
addstrMethod · 0.45
output_sideMethod · 0.45
output_bottomMethod · 0.45
output_borderMethod · 0.45
output_boxMethod · 0.45
output_capsMethod · 0.45
output_baseMethod · 0.45
show_and_get_commandMethod · 0.45
print_x_modeMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected