bundesliga_tippspiel.routes package

Subpackages

Submodules

bundesliga_tippspiel.routes.betting module

bundesliga_tippspiel.routes.betting.define_blueprint(blueprint_name: str) flask.blueprints.Blueprint

Defines the blueprint for this route :param blueprint_name: The name of the blueprint :return: The blueprint

bundesliga_tippspiel.routes.chat module

bundesliga_tippspiel.routes.chat.define_blueprint(blueprint_name: str) flask.blueprints.Blueprint

Defines the blueprint for this route :param blueprint_name: The name of the blueprint :return: The blueprint

bundesliga_tippspiel.routes.info module

bundesliga_tippspiel.routes.info.define_blueprint(blueprint_name: str) flask.blueprints.Blueprint

Defines the blueprint for this route :param blueprint_name: The name of the blueprint :return: The blueprint

bundesliga_tippspiel.routes.settings module

bundesliga_tippspiel.routes.settings.define_blueprint(blueprint_name: str) flask.blueprints.Blueprint

Defines the blueprint for this route :param blueprint_name: The name of the blueprint :return: The blueprint

bundesliga_tippspiel.routes.stats module

bundesliga_tippspiel.routes.stats.define_blueprint(blueprint_name: str) flask.blueprints.Blueprint

Defines the blueprint for this route :param blueprint_name: The name of the blueprint :return: The blueprint

bundesliga_tippspiel.routes.tables module

bundesliga_tippspiel.routes.tables.define_blueprint(blueprint_name: str) flask.blueprints.Blueprint

Defines the blueprint for this route :param blueprint_name: The name of the blueprint :return: The blueprint

Module contents

bundesliga_tippspiel.routes.blueprint_generators: List[Tuple[Callable[[str], flask.blueprints.Blueprint], str]] = [(<function define_blueprint>, 'info'), (<function define_blueprint>, 'betting'), (<function define_blueprint>, 'settings'), (<function define_blueprint>, 'chat'), (<function define_blueprint>, 'tables'), (<function define_blueprint>, 'stats'), (<function define_blueprint>, 'api_betting'), (<function define_blueprint>, 'api_info')]

Defines the functions used to create the various blueprints as well as their names