Home | History | Annotate | Download | only in jinja2

Lines Matching refs:join_path

519         :meth:`join_path` if necessary, not the filename on the file system.
744 def join_path(self, template, parent):
774 If the `parent` parameter is not `None`, :meth:`join_path` is called
790 name = self.join_path(name, parent)
813 name = self.join_path(name, parent)