bundles / papyri latest / papyri / config_loader / Config / __init__
function
papyri.config_loader:Config.__init__
Signature
def __init__ ( self , dummy_progress : bool = False , dry_run : bool = False , exec_failure : str | None = None , jedi_failure_mode : str | None = None , logo : str | None = None , execute_exclude_patterns : Sequence[str] = () , infer : bool = True , exclude : Sequence[str] = () , examples_folder : str | None = None , submodules : Sequence[str] = () , source : str | None = None , homepage : str | None = None , docs : str | None = None , docs_path : str | None = None , wait_for_plt_show : bool | None = True , examples_exclude : Sequence[str] = () , narrative_exclude : Sequence[str] = () , exclude_jedi : Sequence[str] = () , implied_imports : dict[str, str] = <factory> , expected_errors : dict[str, list[str]] = <factory> , early_error : bool = True , fail_unseen_error : bool = False , execute_doctests : bool = True , doctest_optionflags : Sequence[str] = ('ELLIPSIS',) , directives : dict[str, str | dict[str, Any]] = <factory> ) → None Summary
No Docstrings
Aliases
-
papyri.config_loader.Config.__init__