Lines Matching refs:PythonCode
26 parsed = ast.PythonCode(code, **exception_kwargs)
36 parsed = ast.PythonCode("x + 5 * (y-z)", **exception_kwargs)
50 parsed = ast.PythonCode(code, **exception_kwargs)
67 parsed = ast.PythonCode(code, **exception_kwargs)
77 parsed = ast.PythonCode(code, **exception_kwargs)
88 parsed = ast.PythonCode(code, **exception_kwargs)
96 parsed = ast.PythonCode(code, **exception_kwargs)
104 parsed = ast.PythonCode(code, **exception_kwargs)
115 parsed = ast.PythonCode(code, **exception_kwargs)
123 parsed = ast.PythonCode(code, **exception_kwargs)
134 parsed = ast.PythonCode(code, **exception_kwargs)
142 parsed = ast.PythonCode(code, **exception_kwargs)
149 parsed = ast.PythonCode(code, **exception_kwargs)
157 parsed = ast.PythonCode(code, **exception_kwargs)
166 parsed = ast.PythonCode(code, **exception_kwargs)
177 parsed = ast.PythonCode(code, **exception_kwargs)
188 parsed = ast.PythonCode(code, **exception_kwargs)
201 parsed = ast.PythonCode(code, **exception_kwargs)
212 parsed = ast.PythonCode(code, **exception_kwargs)
222 parsed = ast.PythonCode(code, **exception_kwargs)
232 ast.PythonCode,