PyExc_ChildProcessError property

Pointer<PyObject> PyExc_ChildProcessError

Implementation

ffi.Pointer<PyObject> get PyExc_ChildProcessError =>
    _PyExc_ChildProcessError.value;
void PyExc_ChildProcessError=(Pointer<PyObject> value)

Implementation

set PyExc_ChildProcessError(ffi.Pointer<PyObject> value) =>
    _PyExc_ChildProcessError.value = value;