Home
last modified time | relevance | path

Searched refs:PythonFragment (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/python/mako/test/
Dtest_ast.py238 parsed = ast.PythonFragment("for x in foo:", **exception_kwargs)
242 parsed = ast.PythonFragment("try:", **exception_kwargs)
244 parsed = ast.PythonFragment(
/aosp_15_r20/external/python/mako/mako/
Dast.py72 class PythonFragment(PythonCode): class
Dparsetree.py92 code = ast.PythonFragment(text, **self.exception_kwargs)