module myna.core.workflow.status
Functionality to output information about available modules in Myna to a text file
function format_class_string_to_list
format_class_string_to_list(
object_instance,
label,
include_types=None,
branch='main'
)
Turns the class object into a formatted list item
Args:
object_instance: instance of the class objectlabel: name of the class objectinclude_types: list of types to parse, types not in list will be ignored. If None (default), then all object types will be parsed
function write_codebase_status_to_file
write_codebase_status_to_file(parser)
Writes available Myna components, data, files, and applications to a file
This file was automatically generated via lazydocs.