get_instance method

get_instance()

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

Returns

Configuration instance


@staticmethod
def get_instance():
    ...

Example

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

See Also