Searched refs:DictionaryNew (Results 1 – 1 of 1) sorted by relevance
1574 #define NEW_DICTIONARY(dict) DictionaryNew(&DictionaryType, dict)1577 DictionaryNew(PyTypeObject *subtype, dict_T *dict) in DictionaryNew() function1616 self = (DictionaryObject *) DictionaryNew(subtype, dict); in DictionaryConstructor()