pyd v0.10.1 (2018-09-20T03:30:51Z)
Home
Dub
Repo
_PyDictViewObject
deimos
python
dictobject
Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.
version(Python_3_5_Or_Later)
extern (
C
)
struct
_PyDictViewObject {
mixin
PyObject_HEAD
;
PyDictObject
*
dv_dict
;
}
Members
Mixins
__anonymous
mixin
PyObject_HEAD
Undocumented in source.
Variables
dv_dict
PyDictObject
*
dv_dict
;
Undocumented in source.
Mixed In Members
From
mixin
PyObject_HEAD
__anonymous
mixin
_PyObject_HEAD_EXTRA
Undocumented in source.
ob_refcnt
Py_ssize_t
ob_refcnt
;
_
ob_type
PyTypeObject
*
ob_type
;
_
Meta
Source
See Implementation
deimos
python
dictobject
functions
PyDictItems_Check
PyDictKeys_Check
PyDictValues_Check
PyDictViewSet_Check
PyDict_Check
PyDict_CheckExact
PyDict_Clear
PyDict_Contains
PyDict_Copy
PyDict_DelItem
PyDict_DelItemString
PyDict_GetItem
PyDict_GetItemString
PyDict_GetItemWithError
PyDict_Items
PyDict_Keys
PyDict_Merge
PyDict_MergeFromSeq2
PyDict_New
PyDict_Next
PyDict_SetItem
PyDict_SetItemString
PyDict_Size
PyDict_Update
PyDict_Values
_PyDict_Contains
_PyDict_DebugMallocStats
_PyDict_HasOnlyStringKeys
_PyDict_MaybeUntrack
_PyDict_NewPresized
_PyDict_Next
structs
PyDictEntry
PyDictKeysObject
PyDictObject
_PyDictViewObject
variables
PyDict_MINSIZE