PyLong_DigitValue property

Pointer<UnsignedChar> PyLong_DigitValue

Implementation

ffi.Pointer<ffi.UnsignedChar> get PyLong_DigitValue =>
    _PyLong_DigitValue.value;
void PyLong_DigitValue=(Pointer<UnsignedChar> value)

Implementation

set PyLong_DigitValue(ffi.Pointer<ffi.UnsignedChar> value) =>
    _PyLong_DigitValue.value = value;