PyOS_ReadlineTState property

Pointer<PyThreadState> PyOS_ReadlineTState

Implementation

ffi.Pointer<PyThreadState> get PyOS_ReadlineTState =>
    _PyOS_ReadlineTState.value;
void PyOS_ReadlineTState=(Pointer<PyThreadState> value)

Implementation

set PyOS_ReadlineTState(ffi.Pointer<PyThreadState> value) =>
    _PyOS_ReadlineTState.value = value;