Home | History | Annotate | Download | only in jinja2

Lines Matching defs:module

468         `defer_init` is use internally to aid the module code generator.  This
658 # the debugging module is imported when it's used for the first time.
849 """Creates a template object from a module. This is used by the
850 module loader to create a template object.
865 # render function and module
932 """This method works like the :attr:`module` attribute when called
941 def module(self):
942 """The template as module. This is used for imports in the
947 >>> unicode(t.module)
949 >>> t.module.foo()