Lines Matching refs:interpreter
22 Python interpreter, while if you embed Python, the main program may have nothing
24 the Python interpreter to run some Python code.
27 the things this main program has to do is initialize the Python interpreter. At
30 call the interpreter from any part of the application.
32 There are several different ways to call the interpreter: you can pass a string
79 :c:func:`Py_Initialize` to inform the interpreter about paths to Python run-time
80 libraries. Next, the Python interpreter is initialized with
83 the interpreter down, followed by the end of the program. In a real program,
127 understood. Since these aspects do not differ from extending the interpreter,
137 section about the very high level interface, the Python interpreter does not
178 After initializing the interpreter, the script is loaded using
209 Until now, the embedded Python interpreter had no access to functionality from
211 interpreter. That is, the embedded interpreter gets extended with routines
213 forget for a while that the application starts the Python interpreter. Instead,
253 :func:`emb.numargs` function accessible to the embedded Python interpreter.
285 compiler (and linker) in order to embed the Python interpreter into your