Lines Matching defs:module
529 `defer_init` is use internally to aid the module code generator. This
730 # the debugging module is imported when it's used for the first time.
924 """Creates a template object from a module. This is used by the
925 module loader to create a template object.
940 # render function and module
1007 """This method works like the :attr:`module` attribute when called
1016 def module(self):
1017 """The template as module. This is used for imports in the
1022 >>> unicode(t.module)
1024 >>> t.module.foo()