taps.run.apps.synthetic¶
SyntheticConfig ¶
Bases: AppConfig
Synthetic application configuration.
add_argument_group()
classmethod
¶
add_argument_group(
parser: ArgumentParser,
*,
argv: Sequence[str] | None = None,
required: bool = True
) -> None
Add model fields as arguments of an argument group on the parser.
Parameters:
-
parser
(ArgumentParser
) –Parser to add a new argument group to.
-
argv
(Sequence[str] | None
, default:None
) –Optional sequence of string arguments.
-
required
(bool
, default:True
) –Mark arguments without defaults as required.
Source code in taps/config.py
create_app() ¶
create_app() -> App
Create an application instance from the config.