MCPcopy
hub / github.com/pallets/flask / iter_blueprints

Method iter_blueprints

src/flask/sansio/app.py:597–602  ·  view source on GitHub ↗

Iterates over all blueprints by the order they were registered. .. versionadded:: 0.11

(self)

Source from the content-addressed store, hash-verified

595 blueprint.register(self, options)
596
597 def iter_blueprints(self) -> t.ValuesView[Blueprint]:
598 """Iterates over all blueprints by the order they were registered.
599
600 .. versionadded:: 0.11
601 """
602 return self.blueprints.values()
603
604 @setupmethod
605 def add_url_rule(

Callers 2

_iter_loadersMethod · 0.80
list_templatesMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected