Searched refs:xshandle_type (Results 1 – 1 of 1) sorted by relevance
1012 static PyTypeObject xshandle_type = { variable1052 if (PyType_Ready(&xshandle_type) < 0) in PyInit_xs()1070 Py_INCREF(&xshandle_type); in PyInit_xs()1071 PyModule_AddObject(m, CLS, (PyObject *)&xshandle_type); in PyInit_xs()
Completed in 4 milliseconds