pyfax._config ============= .. py:module:: pyfax._config .. autoapi-nested-parse:: Configuration. Attributes ---------- .. autoapisummary:: pyfax._config.config Classes ------- .. autoapisummary:: pyfax._config.Config Module Contents --------------- .. py:class:: Config A class to store config variables. .. py:attribute:: _entries :type: Dict[str, Any] .. py:method:: __getattr__(a: str) -> Any Get a config variable. :param a: The config variable. .. py:method:: __setattr__(a: str, b: Any) Set a config variable. :param a: The config variable. :param b: The value. .. py:data:: config