Searched refs:OutputType (Results 1 – 3 of 3) sorted by relevance
313 static PyTypeObject OutputType; variable519 PyObject_HEAD_INIT(&OutputType)526 PyObject_HEAD_INIT(&OutputType)6455 CLEAR_FIELD(OutputType); in init_structs()6456 OutputType.tp_name = "vim.message"; in init_structs()6458 OutputType.tp_flags = Py_TPFLAGS_DEFAULT; in init_structs()6459 OutputType.tp_doc = "vim message object"; in init_structs()6460 OutputType.tp_methods = OutputMethods; in init_structs()6466 OutputType.tp_free = call_PyObject_Free; in init_structs()6467 OutputType.tp_base = &PyStdPrinter_Type; in init_structs()[all …]
415 …syn keyword postscrConstant contained OutputType OutputAttributes NumCopies Collate Duplex Tumble
25780 Solution: For OutputType set the base to be PyFile_Type. (Boxu Zhang)