Home
last modified time | relevance | path

Searched refs:indicates_unbound_local_error (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/python/mako/test/
Dtest_exceptions.py277 assert self.indicates_unbound_local_error(html_error, "y")
287 assert self.indicates_unbound_local_error(html_error, "y")
/aosp_15_r20/external/python/mako/mako/testing/
Dfixtures.py83 def indicates_unbound_local_error(self, rendered_output, unbound_var): member in TemplateTest