PyMappingMethods Struct Reference

PyMappingMethods Struct Reference

#include <object.h>

Class Description

Definition at line 289 of file object.h.

Public Attributes

lenfunc mp_length
 
binaryfunc mp_subscript
 
objobjargproc mp_ass_subscript
 

Member Data Documentation

objobjargproc mp_ass_subscript

Definition at line 292 of file object.h.

lenfunc mp_length

Definition at line 290 of file object.h.

binaryfunc mp_subscript

Definition at line 291 of file object.h.


The documentation for this struct was generated from the following file: