pyInitialized top-level property

bool pyInitialized

Checks whether the python runtime was initialized

Implementation

bool get pyInitialized => dartpyc.Py_IsInitialized() != 0;