| Package | Description |
|---|---|
| org.bytedeco.cpython |
| Modifier and Type | Method and Description |
|---|---|
PyMappingMethods |
PyHeapTypeObject.as_mapping() |
PyMappingMethods |
PyMappingMethods.mp_ass_subscript(objobjargproc setter) |
PyMappingMethods |
PyMappingMethods.mp_length(lenfunc setter) |
PyMappingMethods |
PyMappingMethods.mp_subscript(binaryfunc setter) |
PyMappingMethods |
PyMappingMethods.position(long position) |
PyMappingMethods |
PyTypeObject.tp_as_mapping() |
| Modifier and Type | Method and Description |
|---|---|
PyHeapTypeObject |
PyHeapTypeObject.as_mapping(PyMappingMethods setter) |
PyTypeObject |
PyTypeObject.tp_as_mapping(PyMappingMethods setter) |
Copyright © 2020. All rights reserved.