Orbits  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Macros Pages
Public Attributes | List of all members
PySequenceMethods Struct Reference

#include <object.h>

Public Attributes

lenfunc sq_length
 
binaryfunc sq_concat
 
ssizeargfunc sq_repeat
 
ssizeargfunc sq_item
 
ssizessizeargfunc sq_slice
 
ssizeobjargproc sq_ass_item
 
ssizessizeobjargproc sq_ass_slice
 
objobjproc sq_contains
 
binaryfunc sq_inplace_concat
 
ssizeargfunc sq_inplace_repeat
 

Member Data Documentation

ssizeobjargproc PySequenceMethods::sq_ass_item
ssizessizeobjargproc PySequenceMethods::sq_ass_slice
binaryfunc PySequenceMethods::sq_concat
objobjproc PySequenceMethods::sq_contains
binaryfunc PySequenceMethods::sq_inplace_concat
ssizeargfunc PySequenceMethods::sq_inplace_repeat
ssizeargfunc PySequenceMethods::sq_item
lenfunc PySequenceMethods::sq_length
ssizeargfunc PySequenceMethods::sq_repeat
ssizessizeargfunc PySequenceMethods::sq_slice

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

Copyright 2014 Google Inc. All rights reserved.