class documentation

class Environment(BaseEnvironment):

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, **options):

Undocumented

Parameters
app:FlaskUndocumented
**options:t.AnyUndocumented
app =

Undocumented