[][src]Constant pyo3::ffi::PyGetSetDef_DICT

pub const PyGetSetDef_DICT: PyGetSetDef;
👎 Deprecated:

not present in Python headers; to be removed

Helper initial value of PyGetSetDef for a dict-like Python class.

Not present in cpython/Include/descrobject.h.