Module runtime

Module runtime 

Source
Expand description

Python-specific runtime initialization.

This module handles the Python interpreter initialization that must occur before the Tokio runtime is used from Python extension modules.

Functionsยง

initialize_python
Initializes the Python interpreter for use with the async runtime.