batgrl.array_types#
Type annotations for numpy arrays.
Module Attributes
A structured array type that represents a single cell in a terminal. |
|
A structured array type for building braille glyphs in a graphic field. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- batgrl.array_types.braille_pixel_dtype = dtype([('ord', '<u4'), ('total_fg', '<f8', (4,)), ('ncolors', '<u4')])#
A structured array type for building braille glyphs in a graphic field.
- batgrl.array_types.cell_dtype = dtype([('ord', '<u4'), ('style', 'u1'), ('fg_color', 'u1', (3,)), ('bg_color', 'u1', (3,))])#
A structured array type that represents a single cell in a terminal.