Searched refs:join_path (Results 1 - 1 of 1) sorted by path

/external/chromium_org/third_party/jinja2/
H A Denvironment.py519 :meth:`join_path` if necessary, not the filename on the file system.
744 def join_path(self, template, parent): member in class:Environment
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)

Completed in 189 milliseconds