browsr
Browsr TUI App
This module contains the code browser app for the browsr package. This app was inspired by the CodeBrowser example from textual
Browsr
#
Bases: SortedBindingsApp
Textual code browser app.
Source code in browsr/browsr.py
__init__(config_object=None, *args, **kwargs)
#
Like the textual.app.App class, but with an extra config_object property
Parameters:
Name | Type | Description | Default |
---|---|---|---|
config_object |
TextualAppContext | None
|
A configuration object. This is an optional python object, like a dictionary to pass into an application |
None
|