class BlueprintSetupState:
~flask.Blueprint.make_setup_state
method and later passed
to all register callback functions.Method | add_url_rule |
A helper method to register a rule (and optionally a view function) to the application. The endpoint is automatically prefixed with the blueprint's name. |
Instance Variable | app |
Undocumented |
Instance Variable | blueprint |
Undocumented |
Instance Variable | first_registration |
Undocumented |
Instance Variable | options |
Undocumented |
Instance Variable | subdomain |
Undocumented |
Instance Variable | url_defaults |
Undocumented |
Instance Variable | url_prefix |
Undocumented |
Method | __init__ |
Undocumented |
Instance Variable | name |
Undocumented |
Instance Variable | name_prefix |
Undocumented |
Parameters | |
rule:str | Undocumented |
endpoint:t.Optional[ | Undocumented |
view_func:t.Optional[ | Undocumented |
**options:t.Any | Undocumented |