Home
last modified time | relevance | path

Searched refs:ucd_type (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Modules/
H A Dunicodedata.c93 // PyModule_Check() is used to avoid having to retrieve the ucd_type.
98 new_previous_version(PyTypeObject *ucd_type, in new_previous_version() argument
103 self = PyObject_GC_New(PreviousDBVersion, ucd_type); in new_previous_version()
1490 PyTypeObject *ucd_type = (PyTypeObject *)PyType_FromSpec(&ucd_type_spec); in unicodedata_exec() local
1491 if (ucd_type == NULL) { in unicodedata_exec()
1495 if (PyModule_AddType(module, ucd_type) < 0) { in unicodedata_exec()
1496 Py_DECREF(ucd_type); in unicodedata_exec()
1502 v = new_previous_version(ucd_type, "3.2.0", in unicodedata_exec()
1504 Py_DECREF(ucd_type); in unicodedata_exec()

Completed in 2 milliseconds