Extends tihs class to create a dashboard.
The sub class must implement the get_folder_path method to return the path of the folder containing the dashboard
Functions
get_app_folder_path
Return type :
str
get_shell_proxy
Override this method to return a env shell proxy if your dashboard needs to run in a virtual environment.
Return type :
ShellProxy
classname @classmethod
Returns the name of the class
slugify :
bool
- False
True to slugify the class name if True
snakefy :
bool
- False
True to snakefy the class name if True
replace_uppercase :
bool
- False
Replace upper cases by "-" if True
Return type :
str
full_classname @classmethod
Returns the full name of the class
slugify :
bool
- False
Slugify the returned class name if True
snakefy :
bool
- False
Snakefy the returned class name if True
Return type :
str
get_human_name @classmethod
Get the human name of the resource
Return type :
str
get_short_description @classmethod
Get the short description of the resource
Return type :
str
get_style @classmethod
Get the style of the resource
Return type :
TypingStyle
get_typing_name @classmethod
Get the typing name of the resource
Return type :
str
inheritors @classmethod
Get all the classes that inherit this class
Return type :
List