PyOS_ReadlineTState property Null safety

Pointer<_ts> PyOS_ReadlineTState

Implementation

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

Implementation

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