Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/mako/test/
Dtest_exceptions.py6 from mako.testing.exclusions import requires_no_pygments_exceptions
96 @requires_no_pygments_exceptions
180 @requires_no_pygments_exceptions
217 @requires_no_pygments_exceptions
/aosp_15_r20/external/python/mako/mako/testing/
Dexclusions.py70 def requires_no_pygments_exceptions(fn): function