Searched refs:TabListType (Results 1 – 1 of 1) sorted by relevance
3818 static PyTypeObject TabListType; variable6561 CLEAR_FIELD(TabListType); in init_structs()6562 TabListType.tp_name = "vim.tabpagelist"; in init_structs()6563 TabListType.tp_basicsize = sizeof(TabListType); in init_structs()6564 TabListType.tp_as_sequence = &TabListAsSeq; in init_structs()6565 TabListType.tp_flags = Py_TPFLAGS_DEFAULT; in init_structs()6566 TabListType.tp_doc = "vim tab page list"; in init_structs()6705 PYTYPE_READY(TabListType); in init_types()6808 PyObject_HEAD_INIT(&TabListType)