PySequenceMethods

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

Members

Variables

sq_ass_item
int function(_object*, c_long, _object*) sq_ass_item;
Undocumented in source.
sq_concat
_object* function(_object*, _object*) sq_concat;
Undocumented in source.
sq_contains
int function(_object*, _object*) sq_contains;
Undocumented in source.
sq_inplace_concat
_object* function(_object*, _object*) sq_inplace_concat;
Undocumented in source.
sq_inplace_repeat
_object* function(_object*, c_long) sq_inplace_repeat;
Undocumented in source.
sq_item
_object* function(_object*, c_long) sq_item;
Undocumented in source.
sq_length
c_long function(_object*) sq_length;
Undocumented in source.
sq_repeat
_object* function(_object*, c_long) sq_repeat;
Undocumented in source.
was_sq_ass_slice
void* was_sq_ass_slice;
Undocumented in source.
was_sq_slice
void* was_sq_slice;
Undocumented in source.

Meta