Home
last modified time | relevance | path

Searched defs:get_or_select_template (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/libchrome/third_party/jinja2/
H A Denvironment.py860 def get_or_select_template(self, template_name_or_list, member in Environment
/aosp_15_r20/external/python/jinja/src/jinja2/
Denvironment.py877 def get_or_select_template(self, template_name_or_list, parent=None, globals=None): member in Environment