odictobject.h File Reference

Macros

#define PyODict_Check(op)
 
#define PyODict_CheckExact(op)
 
#define PyODict_SIZE(op)
 
#define PyODict_GetItem(od, key)
 
#define PyODict_GetItemWithError(od, key)
 
#define PyODict_Contains(od, key)
 
#define PyODict_Size(od)
 
#define PyODict_GetItemString(od, key)
 

Typedefs

typedef struct _odictobject PyODictObject
 

Functions

 PyAPI_DATA (PyTypeObject) PyODict_Type
 
 PyAPI_FUNC (PyObject *) PyODict_New(void)
 
 PyAPI_FUNC (int) PyODict_SetItem(PyObject *od
 

Variables

PyObjectkey
 
PyObject PyObjectitem
 

Macro Definition Documentation

◆ PyODict_Check

#define PyODict_Check (   op)

◆ PyODict_CheckExact

#define PyODict_CheckExact (   op)

◆ PyODict_SIZE

#define PyODict_SIZE (   op)

◆ PyODict_GetItem

#define PyODict_GetItem (   od,
  key 
)

◆ PyODict_GetItemWithError

#define PyODict_GetItemWithError (   od,
  key 
)

◆ PyODict_Contains

#define PyODict_Contains (   od,
  key 
)

◆ PyODict_Size

#define PyODict_Size (   od)

◆ PyODict_GetItemString

#define PyODict_GetItemString (   od,
  key 
)

Typedef Documentation

◆ PyODictObject

typedef struct _odictobject PyODictObject

Function Documentation

◆ PyAPI_DATA()

PyAPI_DATA ( PyTypeObject  )

◆ PyAPI_FUNC() [1/2]

PyAPI_FUNC ( PyObject )

◆ PyAPI_FUNC() [2/2]

PyAPI_FUNC ( int  )

Variable Documentation

◆ key

PyObject* key

◆ item