- 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)
Mirror odictobject.h