classmethod paguro.Config.state(if_set: bool = False) dict[str, str | None]

Show the current state of all Config variables in the environment as a dict.

Parameters:
if_set: bool = False

By default this will show the state of all Config environment variables. change this to True to restrict the returned dictionary to include only those that have been set to a specific value.