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,
192 This is a simplified interface to
201 This is a simplified interface to
221 This is a simplified interface to :c:func:`PyParser_SimpleParseFileFlags` below,
237 This is a simplified interface to :c:func:`PyRun_StringFlags` below, leaving
255 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving
261 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving
267 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving
282 This is a simplified interface to :c:func:`Py_CompileStringFlags` below, leaving
288 This is a simplified interface to :c:func:`Py_CompileStringExFlags` below, with
320 This is a simplified interface to :c:func:`PyEval_EvalCodeEx`, with just
342 Evaluate an execution frame. This is a simplified interface to