pykoop.get_config

get_config()

Retrieve current values for configuration set by set_config().

Returns:

config – Keys are parameter names that can be passed to set_config().

Return type:

dict

Examples

Get configuation

>>> pykoop.get_config()
{'skip_validation': False}