blark.format.dump_source_to_console

blark.format.dump_source_to_console(source: bytes | str, encoding: str = 'utf-8') None[source]

Output the given source to the console.

Parameters:
sourcebytes or str

The source code.

encodingstr

Encoding to use for byte strings.