PyMappingMethods

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Variables

mp_ass_subscript
int function(_object*, _object*, _object*) mp_ass_subscript;
Undocumented in source.
mp_length
c_long function(_object*) mp_length;
Undocumented in source.
mp_subscript
_object* function(_object*, _object*) mp_subscript;
Undocumented in source.

Meta