Home
last modified time | relevance | path

Searched refs:DictionaryNew (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dif_py_both.h1574 #define NEW_DICTIONARY(dict) DictionaryNew(&DictionaryType, dict)
1577 DictionaryNew(PyTypeObject *subtype, dict_T *dict) in DictionaryNew() function
1616 self = (DictionaryObject *) DictionaryNew(subtype, dict); in DictionaryConstructor()