33 #include "../generic/py_capi_utils.h"
44 ".. function:: load_id(id)\n"
46 " Set the selection ID.\n"
48 " :param id: Number (32-bit uint).\n"
49 " :type select: int\n");
71 PyDoc_STRVAR(pygpu_select__tp_doc,
"This module provides access to selection.");
73 PyModuleDef_HEAD_INIT,
74 .m_name =
"gpu.select",
75 .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)