Lines Matching refs:simplified
54 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
60 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
66 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
82 This is a simplified interface to :c:func:`PyRun_SimpleStringFlags` below,
101 This is a simplified interface to :c:func:`PyRun_SimpleFileExFlags` below,
107 This is a simplified interface to :c:func:`PyRun_SimpleFileExFlags` below,
126 This is a simplified interface to :c:func:`PyRun_InteractiveOneFlags` below,
146 This is a simplified interface to :c:func:`PyRun_InteractiveLoopFlags` below,
190 This is a simplified interface to :c:func:`PyRun_StringFlags` below, leaving
208 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving
214 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving
220 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving
235 This is a simplified interface to :c:func:`Py_CompileStringFlags` below, leaving
241 This is a simplified interface to :c:func:`Py_CompileStringExFlags` below, with
273 This is a simplified interface to :c:func:`PyEval_EvalCodeEx`, with just
295 Evaluate an execution frame. This is a simplified interface to