19 #include "../generic/py_capi_utils.h"
30 ".. function:: load_id(id)\n"
32 " Set the selection ID.\n"
34 " :param id: Number (32-bit uint).\n"
35 " :type select: int\n");
58 PyDoc_STRVAR(pygpu_select__tp_doc,
"This module provides access to selection.");
60 PyModuleDef_HEAD_INIT,
61 .m_name =
"gpu.select",
62 .m_doc = pygpu_select__tp_doc,
bool GPU_select_load_id(unsigned int id)
static PyObject * pygpu_select_load_id(PyObject *UNUSED(self), PyObject *value)
static PyModuleDef pygpu_select_module_def
static struct PyMethodDef pygpu_select__tp_methods[]
PyObject * bpygpu_select_init(void)
PyDoc_STRVAR(pygpu_select_load_id_doc, ".. function:: load_id(id)\n" "\n" " Set the selection ID.\n" "\n" " :param id: Number (32-bit uint).\n" " :type select: int\n")
uint32_t PyC_Long_AsU32(PyObject *value)