deimos.python.odictobject

Mirror odictobject.h

Members

Functions

PyDict_GetItemWithError
Borrowed!PyObject* PyDict_GetItemWithError(PyObject* od, PyObject* key)

_

PyODict_Check
int PyODict_Check(PyObject* op)

_

PyODict_CheckExact
int PyODict_CheckExact(PyObject* op)

_

PyODict_Contains
int PyODict_Contains(PyObject* od, PyObject* key)

_

PyODict_DelItem
int PyODict_DelItem(PyObject* od, PyObject* key)

_

PyODict_GetItem
Borrowed!PyObject* PyODict_GetItem(PyObject* od, PyObject* key)

_

PyODict_GetItemString
Borrowed!PyObject* PyODict_GetItemString(PyObject* od, const(char)* key)

_

PyODict_HasKey
bool PyODict_HasKey(PyObject* od, char* key)

_

PyODict_New
PyObject* PyODict_New()

_

PyODict_SIZE
int PyODict_SIZE(PyObject* op)

_

PyODict_SetItem
int PyODict_SetItem(PyObject* od, PyObject* key, PyObject* item)

_

PyODict_Size
Py_ssize_t PyODict_Size(PyObject* od)

_

Meta