runtimepy.tui.mock
index
/home/vkottler/src/vkottler/workspace/runtimepy/runtimepy/tui/mock.py

A module implementing a simple window mock.

 
Modules
       
curses

 
Classes
       
builtins.object
WindowMock

 
class WindowMock(builtins.object)
    WindowMock(width: int = 64, height: int = 64) -> None
 
A simple window mock.
 
  Methods defined here:
__init__(self, width: int = 64, height: int = 64) -> None
Initialize this instance.
getmaxyx(self) -> Tuple[int, int]
Get maximum x and y position.
move(self, y: int, x: int) -> None
Move the mocked cursor.
resize(self, nlines: int, ncols: int) -> None
A simple re-size method.

Data descriptors defined here:
__dict__
dictionary for instance variables
__weakref__
list of weak references to the object

 
Functions
       
stage_char(data: int) -> None
Stage an input character.
wrapper_mock(*args, **kwargs) -> None
Create a virtual window.

 
Data
        Tuple = typing.Tuple
environ = environ({'TMUX': '/tmp/tmux-1000/default,610,0',...: 'WT_SESSION:WT_PROFILE_ID:', 'EDITOR': 'nvim'})
platform = 'linux'