Lines Matching refs:Py_Initialize
15 .. c:function:: void Py_Initialize()
46 This function works like :c:func:`Py_Initialize` if *initsigs* is ``1``. If
57 :c:func:`Py_Initialize` is called again.
62 Undo all initializations made by :c:func:`Py_Initialize` and subsequent use of
65 the last call to :c:func:`Py_Initialize`. Ideally, this frees all memory
67 time (without calling :c:func:`Py_Initialize` again first). There is no return
86 than once; this can happen if an application calls :c:func:`Py_Initialize` and
97 single: Py_Initialize()
101 This function should be called before :c:func:`Py_Initialize` is called for
466 interpreter (created automatically by :c:func:`Py_Initialize`). Python
529 .. index:: single: Py_Initialize()
532 before calling :c:func:`Py_Initialize`.
852 single: Py_Initialize()
861 :c:func:`Py_Finalize` and :c:func:`Py_Initialize`; in that case, the extension's