pyInitialized top-level property Null safety
Checks whether the python runtime was initialized
Implementation
bool get pyInitialized {
final inited = dartpyc.Py_IsInitialized();
return inited != 0;
}
Checks whether the python runtime was initialized
bool get pyInitialized {
final inited = dartpyc.Py_IsInitialized();
return inited != 0;
}