hatchet.external package

Subpackages

Submodules

hatchet.external.console module

class hatchet.external.console.ConsoleRenderer(unicode=False, color=False)[source]

Bases: object

colors_disabled = <hatchet.external.console.ConsoleRenderer.colors_disabled object>[source]
class colors_enabled[source]

Bases: object

bg_white_255 = '\x1b[48;5;246m'
blue = '\x1b[34m'
colormap = []
cyan = '\x1b[36m'
dark_gray_255 = '\x1b[38;5;232m'
end = '\x1b[0m'
faint = '\x1b[2m'
left = '\x1b[38;5;160m'
right = '\x1b[38;5;28m'
render(roots, dataframe, **kwargs)[source]
render_frame(node, dataframe, indent='', child_indent='')[source]
render_legend()[source]
render_preamble()[source]

Module contents