Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dif_py_both.h1563 static PyTypeObject DictionaryType; variable
6179 if (PyType_IsSubtype(obj->ob_type, &DictionaryType)) in ConvertFromPyMapping()
6246 if (PyType_IsSubtype(obj->ob_type, &DictionaryType)) in _ConvertFromPyObject()
6603 CLEAR_FIELD(DictionaryType); in init_structs()
6604 DictionaryType.tp_name = "vim.dictionary"; in init_structs()
6607 DictionaryType.tp_as_sequence = &DictionaryAsSeq; in init_structs()
6608 DictionaryType.tp_as_mapping = &DictionaryAsMapping; in init_structs()
6611 DictionaryType.tp_methods = DictionaryMethods; in init_structs()
6612 DictionaryType.tp_iter = (getiterfunc)DictionaryIter; in init_structs()
6707 PYTYPE_READY(DictionaryType); in init_types()
[all …]