Searched refs:DictionaryObject (Results 1 – 3 of 3) sorted by relevance
1570 } DictionaryObject; typedef1579 DictionaryObject *self; in DictionaryNew()1610 DictionaryObject *self; in DictionaryConstructor()1636 DictionaryDestructor(DictionaryObject *self) in DictionaryDestructor()1693 DictionaryLength(DictionaryObject *self) in DictionaryLength()1783 DictionaryItem(DictionaryObject *self, PyObject *keyObject) in DictionaryItem()1839 DictionaryIter(DictionaryObject *self) in DictionaryIter()2160 DictionaryGet(DictionaryObject *self, PyObject *args) in DictionaryGet()2167 DictionaryPop(DictionaryObject *self, PyObject *args) in DictionaryPop()6182 tv->vval.v_dict = (((DictionaryObject *)(obj))->dict); in ConvertFromPyMapping()[all …]
1693 DictionaryObject *this = ((DictionaryObject *) (self)); in DictionaryGetattro()1709 return DictionarySetattr((DictionaryObject *)(self), name, val); in DictionarySetattro()
1490 DictionaryObject *this = ((DictionaryObject *) (self)); in DictionaryGetattr()