|
|
@@ -45,6 +45,17 @@ static PyObject *_inP07ytDId0(PyObject *self, PyObject *args);
|
|
|
static PyObject *_inP07ytHuAm(PyObject *self, PyObject *args);
|
|
|
static PyObject *_inP07yt_xr0(PyObject *self, PyObject *args);
|
|
|
static PyObject *_inP07ytH5qp(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07ytLfJw(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07yt_Atg(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07ytlBqc(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07ytNdUp(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07ytlS0p(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07ytZZe7(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07ytV5S_(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07yto9vD(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07ytv7tF(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07ythOg6(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07ytoZUn(PyObject *self, PyObject *args);
|
|
|
static PyObject *_inP07ytq45U(PyObject *self, PyObject *args);
|
|
|
static PyObject *_inP07yt6IPa(PyObject *self, PyObject *args);
|
|
|
static PyObject *_inP07ytU2_B(PyObject *self, PyObject *args);
|
|
|
@@ -74,7 +85,11 @@ static PyObject *_inP07yt3zru(PyObject *self, PyObject *args);
|
|
|
static PyObject *_inP07ytRrg2(PyObject *self, PyObject *args);
|
|
|
static PyObject *_inP07ytEJCx(PyObject *self, PyObject *args);
|
|
|
static PyObject *_inP07ytWAZr(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07ytHQi6(PyObject *self, PyObject *args);
|
|
|
static PyObject *_inP07ytrD_M(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07ytYaah(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07yt2otr(PyObject *self, PyObject *args);
|
|
|
+static PyObject *_inP07ytNP_b(PyObject *self, PyObject *args);
|
|
|
static PyObject *_inP07ytjolz(PyObject *self, PyObject *args);
|
|
|
static PyObject *_inP07ytt_JD(PyObject *self, PyObject *args);
|
|
|
static PyObject *_inP07ytwEts(PyObject *self, PyObject *args);
|
|
|
@@ -583,6 +598,184 @@ _inP07ytH5qp(PyObject *, PyObject *args) {
|
|
|
return nullptr;
|
|
|
}
|
|
|
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * bool interrogate_element_has_has_function(ElementIndex element)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07ytLfJw(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ bool return_value = (::interrogate_element_has_has_function)((ElementIndex)param0);
|
|
|
+ return PyBool_FromLong(return_value);
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * FunctionIndex interrogate_element_has_function(ElementIndex element)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07yt_Atg(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ FunctionIndex return_value = (::interrogate_element_has_function)((ElementIndex)param0);
|
|
|
+#if PY_MAJOR_VERSION >= 3
|
|
|
+ return PyLong_FromLong(return_value);
|
|
|
+#else
|
|
|
+ return PyInt_FromLong(return_value);
|
|
|
+#endif
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * bool interrogate_element_has_clear_function(ElementIndex element)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07ytlBqc(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ bool return_value = (::interrogate_element_has_clear_function)((ElementIndex)param0);
|
|
|
+ return PyBool_FromLong(return_value);
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * FunctionIndex interrogate_element_clear_function(ElementIndex element)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07ytNdUp(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ FunctionIndex return_value = (::interrogate_element_clear_function)((ElementIndex)param0);
|
|
|
+#if PY_MAJOR_VERSION >= 3
|
|
|
+ return PyLong_FromLong(return_value);
|
|
|
+#else
|
|
|
+ return PyInt_FromLong(return_value);
|
|
|
+#endif
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * bool interrogate_element_has_del_function(ElementIndex element)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07ytlS0p(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ bool return_value = (::interrogate_element_has_del_function)((ElementIndex)param0);
|
|
|
+ return PyBool_FromLong(return_value);
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * FunctionIndex interrogate_element_del_function(ElementIndex element)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07ytZZe7(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ FunctionIndex return_value = (::interrogate_element_del_function)((ElementIndex)param0);
|
|
|
+#if PY_MAJOR_VERSION >= 3
|
|
|
+ return PyLong_FromLong(return_value);
|
|
|
+#else
|
|
|
+ return PyInt_FromLong(return_value);
|
|
|
+#endif
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * bool interrogate_element_has_insert_function(ElementIndex element)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07ytV5S_(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ bool return_value = (::interrogate_element_has_insert_function)((ElementIndex)param0);
|
|
|
+ return PyBool_FromLong(return_value);
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * FunctionIndex interrogate_element_insert_function(ElementIndex element)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07yto9vD(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ FunctionIndex return_value = (::interrogate_element_insert_function)((ElementIndex)param0);
|
|
|
+#if PY_MAJOR_VERSION >= 3
|
|
|
+ return PyLong_FromLong(return_value);
|
|
|
+#else
|
|
|
+ return PyInt_FromLong(return_value);
|
|
|
+#endif
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * bool interrogate_element_has_getkey_function(ElementIndex element)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07ytv7tF(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ bool return_value = (::interrogate_element_has_getkey_function)((ElementIndex)param0);
|
|
|
+ return PyBool_FromLong(return_value);
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * FunctionIndex interrogate_element_getkey_function(ElementIndex element)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07ythOg6(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ FunctionIndex return_value = (::interrogate_element_getkey_function)((ElementIndex)param0);
|
|
|
+#if PY_MAJOR_VERSION >= 3
|
|
|
+ return PyLong_FromLong(return_value);
|
|
|
+#else
|
|
|
+ return PyInt_FromLong(return_value);
|
|
|
+#endif
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * FunctionIndex interrogate_element_length_function(ElementIndex element)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07ytoZUn(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ FunctionIndex return_value = (::interrogate_element_length_function)((ElementIndex)param0);
|
|
|
+#if PY_MAJOR_VERSION >= 3
|
|
|
+ return PyLong_FromLong(return_value);
|
|
|
+#else
|
|
|
+ return PyInt_FromLong(return_value);
|
|
|
+#endif
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
/*
|
|
|
* Python simple wrapper for
|
|
|
* bool interrogate_element_is_sequence(ElementIndex element)
|
|
|
@@ -1060,6 +1253,24 @@ _inP07ytWAZr(PyObject *, PyObject *args) {
|
|
|
return nullptr;
|
|
|
}
|
|
|
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * FunctionIndex interrogate_wrapper_function(FunctionWrapperIndex wrapper)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07ytHQi6(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ FunctionIndex return_value = (::interrogate_wrapper_function)((FunctionWrapperIndex)param0);
|
|
|
+#if PY_MAJOR_VERSION >= 3
|
|
|
+ return PyLong_FromLong(return_value);
|
|
|
+#else
|
|
|
+ return PyInt_FromLong(return_value);
|
|
|
+#endif
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
/*
|
|
|
* Python simple wrapper for
|
|
|
* bool interrogate_wrapper_is_callable_by_name(FunctionWrapperIndex wrapper)
|
|
|
@@ -1074,6 +1285,48 @@ _inP07ytrD_M(PyObject *, PyObject *args) {
|
|
|
return nullptr;
|
|
|
}
|
|
|
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * bool interrogate_wrapper_is_copy_constructor(FunctionWrapperIndex wrapper)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07ytYaah(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ bool return_value = (::interrogate_wrapper_is_copy_constructor)((FunctionWrapperIndex)param0);
|
|
|
+ return PyBool_FromLong(return_value);
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * bool interrogate_wrapper_is_coerce_constructor(FunctionWrapperIndex wrapper)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07yt2otr(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ bool return_value = (::interrogate_wrapper_is_coerce_constructor)((FunctionWrapperIndex)param0);
|
|
|
+ return PyBool_FromLong(return_value);
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
+/*
|
|
|
+ * Python simple wrapper for
|
|
|
+ * bool interrogate_wrapper_is_extension(FunctionWrapperIndex wrapper)
|
|
|
+ */
|
|
|
+static PyObject *
|
|
|
+_inP07ytNP_b(PyObject *, PyObject *args) {
|
|
|
+ int param0;
|
|
|
+ if (PyArg_ParseTuple(args, "i", ¶m0)) {
|
|
|
+ bool return_value = (::interrogate_wrapper_is_extension)((FunctionWrapperIndex)param0);
|
|
|
+ return PyBool_FromLong(return_value);
|
|
|
+ }
|
|
|
+ return nullptr;
|
|
|
+}
|
|
|
+
|
|
|
/*
|
|
|
* Python simple wrapper for
|
|
|
* bool interrogate_wrapper_has_comment(FunctionWrapperIndex wrapper)
|
|
|
@@ -2652,6 +2905,17 @@ static PyMethodDef python_simple_funcs[] = {
|
|
|
{ "interrogate_element_getter", &_inP07ytHuAm, METH_VARARGS, nullptr },
|
|
|
{ "interrogate_element_has_setter", &_inP07yt_xr0, METH_VARARGS, nullptr },
|
|
|
{ "interrogate_element_setter", &_inP07ytH5qp, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_element_has_has_function", &_inP07ytLfJw, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_element_has_function", &_inP07yt_Atg, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_element_has_clear_function", &_inP07ytlBqc, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_element_clear_function", &_inP07ytNdUp, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_element_has_del_function", &_inP07ytlS0p, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_element_del_function", &_inP07ytZZe7, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_element_has_insert_function", &_inP07ytV5S_, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_element_insert_function", &_inP07yto9vD, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_element_has_getkey_function", &_inP07ytv7tF, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_element_getkey_function", &_inP07ythOg6, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_element_length_function", &_inP07ytoZUn, METH_VARARGS, nullptr },
|
|
|
{ "interrogate_element_is_sequence", &_inP07ytq45U, METH_VARARGS, nullptr },
|
|
|
{ "interrogate_element_is_mapping", &_inP07yt6IPa, METH_VARARGS, nullptr },
|
|
|
{ "interrogate_number_of_globals", &_inP07ytU2_B, METH_VARARGS, nullptr },
|
|
|
@@ -2681,7 +2945,11 @@ static PyMethodDef python_simple_funcs[] = {
|
|
|
{ "interrogate_function_number_of_python_wrappers", &_inP07ytRrg2, METH_VARARGS, nullptr },
|
|
|
{ "interrogate_function_python_wrapper", &_inP07ytEJCx, METH_VARARGS, nullptr },
|
|
|
{ "interrogate_wrapper_name", &_inP07ytWAZr, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_wrapper_function", &_inP07ytHQi6, METH_VARARGS, nullptr },
|
|
|
{ "interrogate_wrapper_is_callable_by_name", &_inP07ytrD_M, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_wrapper_is_copy_constructor", &_inP07ytYaah, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_wrapper_is_coerce_constructor", &_inP07yt2otr, METH_VARARGS, nullptr },
|
|
|
+ { "interrogate_wrapper_is_extension", &_inP07ytNP_b, METH_VARARGS, nullptr },
|
|
|
{ "interrogate_wrapper_has_comment", &_inP07ytjolz, METH_VARARGS, nullptr },
|
|
|
{ "interrogate_wrapper_comment", &_inP07ytt_JD, METH_VARARGS, nullptr },
|
|
|
{ "interrogate_wrapper_has_return_value", &_inP07ytwEts, METH_VARARGS, nullptr },
|