Uses of Class
org.bytedeco.cpython.PyMappingMethods
Packages that use PyMappingMethods
-
Uses of PyMappingMethods in org.bytedeco.cpython
Methods in org.bytedeco.cpython that return PyMappingMethodsModifier and TypeMethodDescriptionPyHeapTypeObject.as_mapping()PyMappingMethods.getPointer(long i) PyMappingMethods.mp_ass_subscript(objobjargproc setter) PyMappingMethods.mp_subscript(binaryfunc setter) PyMappingMethods.position(long position) PyTypeObject.tp_as_mapping()Methods in org.bytedeco.cpython with parameters of type PyMappingMethodsModifier and TypeMethodDescriptionPyHeapTypeObject.as_mapping(PyMappingMethods setter) PyTypeObject.tp_as_mapping(PyMappingMethods setter)