Staticsยง
- START ๐
Functionsยง
- ensure_
initialized ๐ - initialize ๐
Neither PyPynorGraalPy - wait_
for_ ๐initialization - If PyO3 is currently running
Py_InitializeExinside theOnceguard, block until it completes. Needed becausePy_InitializeExsets theinitializedflag in the interpreter to true before it finishes all its steps (in particular, before it importssite.py). - with_
embedded_ โpython_ interpreter Neither PyPynorGraalPy - Executes the provided closure with an embedded Python interpreter.