- Preparing search index...
- The search index is not available
colibri2
Methods
format_from_code
- format_from_code(formatter_name: t_formatter_name, code: string, opt: any, python_path: string): Promise<f_result>
-
Parameters
-
-
code: string
-
opt: any
-
python_path: string
Returns Promise<f_result>
format_from_file
- format_from_file(formatter_name: t_formatter_name, file_path: string, opt: any, python_path: string): Promise<f_result>
-
Parameters
-
-
file_path: string
-
opt: any
-
python_path: string
Returns Promise<f_result>
get_formatter
- get_formatter(formatter_name: t_formatter_name): Standalone_vhdl | Istyle | S3sv | Verible
-
Returns Standalone_vhdl | Istyle | S3sv | Verible
Formatter