get_instance method

get_instance

Provides a singleton instance with default configuration of built-in formats.

Returns

Configuration instance

def get_instance(self):
    ...

Example

The following example demonstrates how to add a custom format handler.

See Also