tupleobject.h File Reference

Classes

struct  PyTupleObject
 

Macros

#define _PyTuple_CAST(op)
 
#define PyTuple_GET_SIZE(op)
 
#define PyTuple_GET_ITEM(op, i)
 
#define PyTuple_SET_ITEM(op, i, v)
 

Functions

 PyAPI_FUNC (int) _PyTuple_Resize(PyObject **
 
 PyAPI_FUNC (void) _PyTuple_MaybeUntrack(PyObject *)
 

Variables

 Py_ssize_t
 

Macro Definition Documentation

◆ _PyTuple_CAST

#define _PyTuple_CAST (   op)

◆ PyTuple_GET_SIZE

#define PyTuple_GET_SIZE (   op)

◆ PyTuple_GET_ITEM

#define PyTuple_GET_ITEM (   op,
  i 
)

◆ PyTuple_SET_ITEM

#define PyTuple_SET_ITEM (   op,
  i,
  v 
)

Function Documentation

◆ PyAPI_FUNC() [1/2]

PyAPI_FUNC ( int  )

◆ PyAPI_FUNC() [2/2]

PyAPI_FUNC ( void  )

Variable Documentation

◆ Py_ssize_t