Searched refs:PythonFragment (Results 1 – 3 of 3) sorted by relevance
238 parsed = ast.PythonFragment("for x in foo:", **exception_kwargs)242 parsed = ast.PythonFragment("try:", **exception_kwargs)244 parsed = ast.PythonFragment(
72 class PythonFragment(PythonCode): class
92 code = ast.PythonFragment(text, **self.exception_kwargs)