Lines Matching refs:simplified
47 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
53 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
59 This is a simplified interface to :c:func:`PyRun_AnyFileExFlags` below, leaving
75 This is a simplified interface to :c:func:`PyRun_SimpleStringFlags` below,
94 This is a simplified interface to :c:func:`PyRun_SimpleFileExFlags` below,
100 This is a simplified interface to :c:func:`PyRun_SimpleFileExFlags` below,
115 This is a simplified interface to :c:func:`PyRun_InteractiveOneFlags` below,
135 This is a simplified interface to :c:func:`PyRun_InteractiveLoopFlags` below,
181 This is a simplified interface to
188 This is a simplified interface to
204 This is a simplified interface to :c:func:`PyParser_SimpleParseFileFlags` below,
216 This is a simplified interface to :c:func:`PyRun_StringFlags` below, leaving
234 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving
240 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving
246 This is a simplified interface to :c:func:`PyRun_FileExFlags` below, leaving
261 This is a simplified interface to :c:func:`Py_CompileStringFlags` below, leaving
267 This is a simplified interface to :c:func:`Py_CompileStringExFlags` below, with
299 This is a simplified interface to :c:func:`PyEval_EvalCodeEx`, with just
321 Evaluate an execution frame. This is a simplified interface to