34 pygpu_select_load_id_doc,
35 ".. function:: load_id(id)\n"
37 " Set the selection ID.\n"
39 " :arg id: Number (32-bit uint).\n"
40 " :type select: int\n");
62 {
nullptr,
nullptr, 0,
nullptr},
68 "This module provides access to selection.");
70 PyModuleDef_HEAD_INIT,
bool GPU_select_load_id(unsigned int id)
#define BPYGPU_IS_INIT_OR_ERROR_OBJ
static PyModuleDef pygpu_select_module_def
PyDoc_STRVAR(pygpu_select_load_id_doc, ".. function:: load_id(id)\n" "\n" " Set the selection ID.\n" "\n" " :arg id: Number (32-bit uint).\n" " :type select: int\n")
static PyMethodDef pygpu_select__tp_methods[]
static PyObject * pygpu_select_load_id(PyObject *, PyObject *value)
PyObject * bpygpu_select_init()
uint32_t PyC_Long_AsU32(PyObject *value)