class documentation

class Environment(BaseEnvironment): (source)

View In Hierarchy

Works like a regular Jinja2 environment but has some additional knowledge of how Flask's blueprint works so that it can prepend the name of the blueprint to referenced templates if necessary.

Method __init__ Undocumented
Instance Variable app Undocumented
def __init__(self, app: Flask, **options: t.Any): (source)

Undocumented

Undocumented