Home
last modified time | relevance | path

Searched refs:PyObject (Results 1 – 25 of 6401) sorted by relevance

12345678910>>...257

/dports/textproc/libxml2/libxml2-2.9.12/python/
H A Dlibxml2-py.h4 PyObject * libxml_docbDefaultSAXHandlerInit(PyObject *self, PyObject *args);
7 PyObject * libxml_htmlAutoCloseTag(PyObject *self, PyObject *args);
10 PyObject * libxml_htmlCreateFileParserCtxt(PyObject *self, PyObject *args);
16 PyObject * libxml_htmlCreatePushParser(PyObject *self, PyObject *args);
19 PyObject * libxml_htmlCtxtReadDoc(PyObject *self, PyObject *args);
22 PyObject * libxml_htmlCtxtReadFd(PyObject *self, PyObject *args);
25 PyObject * libxml_htmlCtxtReadFile(PyObject *self, PyObject *args);
31 PyObject * libxml_htmlCtxtReset(PyObject *self, PyObject *args);
46 PyObject * libxml_htmlDocDump(PyObject *self, PyObject *args);
70 PyObject * libxml_htmlNewDoc(PyObject *self, PyObject *args);
[all …]
/dports/textproc/py-libxml2/libxml2-2.9.12/python/
H A Dlibxml2-py.h4 PyObject * libxml_docbDefaultSAXHandlerInit(PyObject *self, PyObject *args);
7 PyObject * libxml_htmlAutoCloseTag(PyObject *self, PyObject *args);
10 PyObject * libxml_htmlCreateFileParserCtxt(PyObject *self, PyObject *args);
16 PyObject * libxml_htmlCreatePushParser(PyObject *self, PyObject *args);
19 PyObject * libxml_htmlCtxtReadDoc(PyObject *self, PyObject *args);
22 PyObject * libxml_htmlCtxtReadFd(PyObject *self, PyObject *args);
25 PyObject * libxml_htmlCtxtReadFile(PyObject *self, PyObject *args);
31 PyObject * libxml_htmlCtxtReset(PyObject *self, PyObject *args);
46 PyObject * libxml_htmlDocDump(PyObject *self, PyObject *args);
70 PyObject * libxml_htmlNewDoc(PyObject *self, PyObject *args);
[all …]
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/src/
H A Dgmpy2_math.h39 static PyObject * GMPy_Context_Sin(PyObject *self, PyObject *other);
44 static PyObject * GMPy_Context_Cos(PyObject *self, PyObject *other);
49 static PyObject * GMPy_Context_Tan(PyObject *self, PyObject *other);
54 static PyObject * GMPy_Context_Atan(PyObject *self, PyObject *other);
59 static PyObject * GMPy_Context_Sinh(PyObject *self, PyObject *other);
64 static PyObject * GMPy_Context_Cosh(PyObject *self, PyObject *other);
69 static PyObject * GMPy_Context_Tanh(PyObject *self, PyObject *other);
83 static PyObject * GMPy_Context_Sec(PyObject *self, PyObject *other);
87 static PyObject * GMPy_Context_Csc(PyObject *self, PyObject *other);
260 static PyObject * GMPy_Real_FMA(PyObject *x, PyObject *y, PyObject *z, CTXT_Object *context);
[all …]
H A Dgmpy2_mpz_misc.h44 static PyObject * GMPy_MPZ_Method_Ceil(PyObject *self, PyObject *other);
45 static PyObject * GMPy_MPZ_Method_Floor(PyObject *self, PyObject *other);
46 static PyObject * GMPy_MPZ_Method_Trunc(PyObject *self, PyObject *other);
47 static PyObject * GMPy_MPZ_Method_Round(PyObject *self, PyObject *other);
55 static PyObject * GMPy_MPZ_Method_IsPrime(PyObject *self, PyObject *args);
56 static PyObject * GMPy_MPZ_Method_IsEven(PyObject *self, PyObject *other);
57 static PyObject * GMPy_MPZ_Method_IsOdd(PyObject *self, PyObject *other);
64 static PyObject * GMPy_MPZ_Function_GCD(PyObject *self, PyObject *args);
65 static PyObject * GMPy_MPZ_Function_LCM(PyObject *self, PyObject *args);
67 static PyObject * GMPy_MPZ_Function_Divm(PyObject *self, PyObject *args);
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/include/nuitka/helper/
H A Dcalling2.h20 extern PyObject *CALL_FUNCTION_WITH_SINGLE_ARG(PyObject *called, PyObject *arg);
92 extern PyObject *CALL_METHOD_WITH_SINGLE_ARG(PyObject *source, PyObject *attr_name, PyObject *arg);
93 extern PyObject *CALL_METHOD_WITH_ARGS2(PyObject *source, PyObject *attr_name, PyObject *const *arg…
94 extern PyObject *CALL_METHOD_WITH_ARGS3(PyObject *source, PyObject *attr_name, PyObject *const *arg…
95 extern PyObject *CALL_METHOD_WITH_ARGS4(PyObject *source, PyObject *attr_name, PyObject *const *arg…
96 extern PyObject *CALL_METHOD_WITH_ARGS5(PyObject *source, PyObject *attr_name, PyObject *const *arg…
97 extern PyObject *CALL_METHOD_WITH_ARGS6(PyObject *source, PyObject *attr_name, PyObject *const *arg…
98 extern PyObject *CALL_METHOD_WITH_ARGS7(PyObject *source, PyObject *attr_name, PyObject *const *arg…
99 extern PyObject *CALL_METHOD_WITH_ARGS8(PyObject *source, PyObject *attr_name, PyObject *const *arg…
100 extern PyObject *CALL_METHOD_WITH_ARGS9(PyObject *source, PyObject *attr_name, PyObject *const *arg…
[all …]
H A Doperations_binary_mod.h29 extern PyObject *BINARY_OPERATION_MOD_OBJECT_INT_INT(PyObject *operand1, PyObject *operand2);
34 extern PyObject *BINARY_OPERATION_MOD_OBJECT_OBJECT_INT(PyObject *operand1, PyObject *operand2);
39 extern PyObject *BINARY_OPERATION_MOD_OBJECT_INT_OBJECT(PyObject *operand1, PyObject *operand2);
58 extern PyObject *BINARY_OPERATION_MOD_OBJECT_LONG_LONG(PyObject *operand1, PyObject *operand2);
61 extern PyObject *BINARY_OPERATION_MOD_OBJECT_OBJECT_LONG(PyObject *operand1, PyObject *operand2);
64 extern PyObject *BINARY_OPERATION_MOD_OBJECT_LONG_OBJECT(PyObject *operand1, PyObject *operand2);
76 extern PyObject *BINARY_OPERATION_MOD_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObject *operand2);
95 extern PyObject *BINARY_OPERATION_MOD_OBJECT_INT_LONG(PyObject *operand1, PyObject *operand2);
100 extern PyObject *BINARY_OPERATION_MOD_OBJECT_LONG_INT(PyObject *operand1, PyObject *operand2);
147 extern PyObject *BINARY_OPERATION_MOD_OBJECT_STR_INT(PyObject *operand1, PyObject *operand2);
[all …]
H A Doperations_binary_mult.h29 extern PyObject *BINARY_OPERATION_MULT_OBJECT_INT_INT(PyObject *operand1, PyObject *operand2);
34 extern PyObject *BINARY_OPERATION_MULT_OBJECT_OBJECT_INT(PyObject *operand1, PyObject *operand2);
39 extern PyObject *BINARY_OPERATION_MULT_OBJECT_INT_OBJECT(PyObject *operand1, PyObject *operand2);
58 extern PyObject *BINARY_OPERATION_MULT_OBJECT_LONG_LONG(PyObject *operand1, PyObject *operand2);
61 extern PyObject *BINARY_OPERATION_MULT_OBJECT_OBJECT_LONG(PyObject *operand1, PyObject *operand2);
64 extern PyObject *BINARY_OPERATION_MULT_OBJECT_LONG_OBJECT(PyObject *operand1, PyObject *operand2);
76 extern PyObject *BINARY_OPERATION_MULT_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObject *operand2);
118 extern PyObject *BINARY_OPERATION_MULT_OBJECT_INT_STR(PyObject *operand1, PyObject *operand2);
123 extern PyObject *BINARY_OPERATION_MULT_OBJECT_STR_INT(PyObject *operand1, PyObject *operand2);
128 extern PyObject *BINARY_OPERATION_MULT_OBJECT_LONG_STR(PyObject *operand1, PyObject *operand2);
[all …]
H A Doperations_binary_add.h29 extern PyObject *BINARY_OPERATION_ADD_OBJECT_INT_INT(PyObject *operand1, PyObject *operand2);
34 extern PyObject *BINARY_OPERATION_ADD_OBJECT_OBJECT_INT(PyObject *operand1, PyObject *operand2);
39 extern PyObject *BINARY_OPERATION_ADD_OBJECT_INT_OBJECT(PyObject *operand1, PyObject *operand2);
58 extern PyObject *BINARY_OPERATION_ADD_OBJECT_LONG_LONG(PyObject *operand1, PyObject *operand2);
61 extern PyObject *BINARY_OPERATION_ADD_OBJECT_OBJECT_LONG(PyObject *operand1, PyObject *operand2);
64 extern PyObject *BINARY_OPERATION_ADD_OBJECT_LONG_OBJECT(PyObject *operand1, PyObject *operand2);
76 extern PyObject *BINARY_OPERATION_ADD_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObject *operand2);
95 extern PyObject *BINARY_OPERATION_ADD_OBJECT_STR_STR(PyObject *operand1, PyObject *operand2);
100 extern PyObject *BINARY_OPERATION_ADD_OBJECT_OBJECT_STR(PyObject *operand1, PyObject *operand2);
105 extern PyObject *BINARY_OPERATION_ADD_OBJECT_STR_OBJECT(PyObject *operand1, PyObject *operand2);
[all …]
/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2_math.h37 static PyObject * GMPy_Context_Sin(PyObject *self, PyObject *other);
42 static PyObject * GMPy_Context_Cos(PyObject *self, PyObject *other);
47 static PyObject * GMPy_Context_Tan(PyObject *self, PyObject *other);
52 static PyObject * GMPy_Context_Atan(PyObject *self, PyObject *other);
57 static PyObject * GMPy_Context_Sinh(PyObject *self, PyObject *other);
62 static PyObject * GMPy_Context_Cosh(PyObject *self, PyObject *other);
67 static PyObject * GMPy_Context_Tanh(PyObject *self, PyObject *other);
72 static PyObject * GMPy_Context_Asinh(PyObject *self, PyObject *other);
81 static PyObject * GMPy_Context_Sec(PyObject *self, PyObject *other);
85 static PyObject * GMPy_Context_Csc(PyObject *self, PyObject *other);
[all …]
H A Dgmpy2_mpz_misc.h42 static PyObject * GMPy_MPZ_Method_Ceil(PyObject *self, PyObject *other);
43 static PyObject * GMPy_MPZ_Method_Floor(PyObject *self, PyObject *other);
44 static PyObject * GMPy_MPZ_Method_Trunc(PyObject *self, PyObject *other);
45 static PyObject * GMPy_MPZ_Method_Round(PyObject *self, PyObject *other);
53 static PyObject * GMPy_MPZ_Method_IsPrime(PyObject *self, PyObject *args);
54 static PyObject * GMPy_MPZ_Method_IsEven(PyObject *self, PyObject *other);
55 static PyObject * GMPy_MPZ_Method_IsOdd(PyObject *self, PyObject *other);
62 static PyObject * GMPy_MPZ_Function_GCD(PyObject *self, PyObject *args);
63 static PyObject * GMPy_MPZ_Function_LCM(PyObject *self, PyObject *args);
65 static PyObject * GMPy_MPZ_Function_Divm(PyObject *self, PyObject *args);
[all …]
/dports/lang/python310/Python-3.10.1/Include/internal/
H A Dpycore_ast_state.h15 PyObject *AST_type;
17 PyObject *Add_type;
19 PyObject *And_type;
155 PyObject *arg;
161 PyObject *ast;
168 PyObject *cls;
175 PyObject *ctx;
178 PyObject *elt;
182 PyObject *exc;
192 PyObject *id;
[all …]
/dports/lang/python311/Python-3.11.0a3/Include/internal/
H A Dpycore_ast_state.h15 PyObject *AST_type;
17 PyObject *Add_type;
19 PyObject *And_type;
155 PyObject *arg;
161 PyObject *ast;
168 PyObject *cls;
175 PyObject *ctx;
178 PyObject *elt;
182 PyObject *exc;
192 PyObject *id;
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/internal/
H A Dpycore_ast_state.h15 PyObject *AST_type;
17 PyObject *Add_type;
19 PyObject *And_type;
155 PyObject *arg;
161 PyObject *ast;
168 PyObject *cls;
175 PyObject *ctx;
178 PyObject *elt;
182 PyObject *exc;
192 PyObject *id;
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_python/
H A Dapy_kemi_export.c41 static PyObject *sr_apy_kemi_exec_func_0(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_0()
49 static PyObject *sr_apy_kemi_exec_func_1(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_1()
57 static PyObject *sr_apy_kemi_exec_func_2(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_2()
65 static PyObject *sr_apy_kemi_exec_func_3(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_3()
73 static PyObject *sr_apy_kemi_exec_func_4(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_4()
81 static PyObject *sr_apy_kemi_exec_func_5(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_5()
89 static PyObject *sr_apy_kemi_exec_func_6(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_6()
97 static PyObject *sr_apy_kemi_exec_func_7(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_7()
105 static PyObject *sr_apy_kemi_exec_func_8(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_8()
113 static PyObject *sr_apy_kemi_exec_func_9(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_9()
[all …]
/dports/net/kamailio/kamailio-5.4.5/src/modules/app_python3/
H A Dapy_kemi_export.c41 static PyObject *sr_apy_kemi_exec_func_0(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_0()
49 static PyObject *sr_apy_kemi_exec_func_1(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_1()
57 static PyObject *sr_apy_kemi_exec_func_2(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_2()
65 static PyObject *sr_apy_kemi_exec_func_3(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_3()
73 static PyObject *sr_apy_kemi_exec_func_4(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_4()
81 static PyObject *sr_apy_kemi_exec_func_5(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_5()
89 static PyObject *sr_apy_kemi_exec_func_6(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_6()
97 static PyObject *sr_apy_kemi_exec_func_7(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_7()
105 static PyObject *sr_apy_kemi_exec_func_8(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_8()
113 static PyObject *sr_apy_kemi_exec_func_9(PyObject *self, PyObject *args) in sr_apy_kemi_exec_func_9()
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/python/psutil/psutil/
H A D_psutil_windows.h12 static PyObject* psutil_proc_cmdline(PyObject* self, PyObject* args);
15 static PyObject* psutil_proc_cpu_times(PyObject* self, PyObject* args);
16 static PyObject* psutil_proc_create_time(PyObject* self, PyObject* args);
17 static PyObject* psutil_proc_cwd(PyObject* self, PyObject* args);
18 static PyObject* psutil_proc_exe(PyObject* self, PyObject* args);
19 static PyObject* psutil_proc_info(PyObject* self, PyObject* args);
22 static PyObject* psutil_proc_kill(PyObject* self, PyObject* args);
26 static PyObject* psutil_proc_name(PyObject* self, PyObject* args);
35 static PyObject* psutil_proc_wait(PyObject* self, PyObject* args);
55 static PyObject* psutil_pids(PyObject* self, PyObject* args);
[all …]
/dports/net-im/telegram-cli/tg-20200106/
H A Dpython-tg.h41 PyObject* py_dialog_list(PyObject *self, PyObject *args);
42 PyObject* py_rename_chat(PyObject *self, PyObject *args);
43 PyObject* py_send_msg(PyObject *self, PyObject *args);
46 PyObject* py_send_photo(PyObject *self, PyObject *args);
47 PyObject* py_send_video(PyObject *self, PyObject *args);
50 PyObject* py_send_file(PyObject *self, PyObject *args);
51 PyObject* py_send_text(PyObject *self, PyObject *args);
59 PyObject* py_fwd(PyObject *self, PyObject *args);
63 PyObject* py_history(PyObject *self, PyObject *args);
69 PyObject* py_search(PyObject *self, PyObject *args);
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin/
H A Dcmdtext.h25 PyObject *scribus_getfontsize(PyObject * /*self*/, PyObject* args);
37 PyObject *scribus_getfont(PyObject * /*self*/, PyObject* args);
49 PyObject *scribus_getfontfeatures(PyObject * /*self*/, PyObject* args);
107 PyObject *scribus_gettextcolor(PyObject * /*self*/, PyObject* args);
119 PyObject *scribus_gettextshade(PyObject * /*self*/, PyObject* args);
143 PyObject *scribus_gettextlines(PyObject * /*self*/, PyObject* args);
178 PyObject *scribus_getalltext(PyObject * /*self*/, PyObject* args);
251 PyObject *scribus_settext(PyObject * /*self*/, PyObject* args);
314 PyObject *scribus_setfont(PyObject * /*self*/, PyObject* args);
620 PyObject *scribus_istextoverflowing(PyObject * self, PyObject* args, PyObject* kw);
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin_py2x/
H A Dcmdtext.h25 PyObject *scribus_getfontsize(PyObject * /*self*/, PyObject* args);
37 PyObject *scribus_getfont(PyObject * /*self*/, PyObject* args);
49 PyObject *scribus_getfontfeatures(PyObject * /*self*/, PyObject* args);
107 PyObject *scribus_gettextcolor(PyObject * /*self*/, PyObject* args);
119 PyObject *scribus_gettextshade(PyObject * /*self*/, PyObject* args);
143 PyObject *scribus_gettextlines(PyObject * /*self*/, PyObject* args);
178 PyObject *scribus_getalltext(PyObject * /*self*/, PyObject* args);
251 PyObject *scribus_settext(PyObject * /*self*/, PyObject* args);
314 PyObject *scribus_setfont(PyObject * /*self*/, PyObject* args);
620 PyObject *scribus_istextoverflowing(PyObject * self, PyObject* args, PyObject* kw);
[all …]
/dports/lang/python310/Python-3.10.1/Include/
H A Dpyerrors.h19 PyAPI_FUNC(void) PyErr_Fetch(PyObject **, PyObject **, PyObject **);
20 PyAPI_FUNC(void) PyErr_Restore(PyObject *, PyObject *, PyObject *);
22 PyAPI_FUNC(void) PyErr_GetExcInfo(PyObject **, PyObject **, PyObject **);
23 PyAPI_FUNC(void) PyErr_SetExcInfo(PyObject *, PyObject *, PyObject *);
36 PyAPI_FUNC(void) PyErr_NormalizeException(PyObject**, PyObject**, PyObject**);
159 PyObject *, PyObject *);
162 PyObject *, PyObject *, PyObject *);
188 PyObject *,int, PyObject *);
191 PyObject *,int, PyObject *, PyObject *);
203 PyObject *, PyObject *);
[all …]
H A Dabstract.h289 PyAPI_FUNC(PyObject *) PyObject_GetItem(PyObject *o, PyObject *key);
422 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2);
427 PyAPI_FUNC(PyObject *) PyNumber_Subtract(PyObject *o1, PyObject *o2);
432 PyAPI_FUNC(PyObject *) PyNumber_Multiply(PyObject *o1, PyObject *o2);
461 PyAPI_FUNC(PyObject *) PyNumber_Divmod(PyObject *o1, PyObject *o2);
467 PyAPI_FUNC(PyObject *) PyNumber_Power(PyObject *o1, PyObject *o2,
493 PyAPI_FUNC(PyObject *) PyNumber_Lshift(PyObject *o1, PyObject *o2);
499 PyAPI_FUNC(PyObject *) PyNumber_Rshift(PyObject *o1, PyObject *o2);
505 PyAPI_FUNC(PyObject *) PyNumber_And(PyObject *o1, PyObject *o2);
510 PyAPI_FUNC(PyObject *) PyNumber_Xor(PyObject *o1, PyObject *o2);
[all …]
/dports/devel/py-frozendict/frozendict-2.1.1/frozendict/src/3_10/cpython_src/Include/
H A Dpyerrors.h19 PyAPI_FUNC(void) PyErr_Fetch(PyObject **, PyObject **, PyObject **);
20 PyAPI_FUNC(void) PyErr_Restore(PyObject *, PyObject *, PyObject *);
22 PyAPI_FUNC(void) PyErr_GetExcInfo(PyObject **, PyObject **, PyObject **);
23 PyAPI_FUNC(void) PyErr_SetExcInfo(PyObject *, PyObject *, PyObject *);
36 PyAPI_FUNC(void) PyErr_NormalizeException(PyObject**, PyObject**, PyObject**);
159 PyObject *, PyObject *);
162 PyObject *, PyObject *, PyObject *);
188 PyObject *,int, PyObject *);
191 PyObject *,int, PyObject *, PyObject *);
203 PyObject *, PyObject *);
[all …]
H A Dabstract.h289 PyAPI_FUNC(PyObject *) PyObject_GetItem(PyObject *o, PyObject *key);
422 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2);
427 PyAPI_FUNC(PyObject *) PyNumber_Subtract(PyObject *o1, PyObject *o2);
432 PyAPI_FUNC(PyObject *) PyNumber_Multiply(PyObject *o1, PyObject *o2);
461 PyAPI_FUNC(PyObject *) PyNumber_Divmod(PyObject *o1, PyObject *o2);
467 PyAPI_FUNC(PyObject *) PyNumber_Power(PyObject *o1, PyObject *o2,
493 PyAPI_FUNC(PyObject *) PyNumber_Lshift(PyObject *o1, PyObject *o2);
499 PyAPI_FUNC(PyObject *) PyNumber_Rshift(PyObject *o1, PyObject *o2);
505 PyAPI_FUNC(PyObject *) PyNumber_And(PyObject *o1, PyObject *o2);
510 PyAPI_FUNC(PyObject *) PyNumber_Xor(PyObject *o1, PyObject *o2);
[all …]
/dports/lang/python311/Python-3.11.0a3/Include/
H A Dabstract.h289 PyAPI_FUNC(PyObject *) PyObject_GetItem(PyObject *o, PyObject *key);
422 PyAPI_FUNC(PyObject *) PyNumber_Add(PyObject *o1, PyObject *o2);
427 PyAPI_FUNC(PyObject *) PyNumber_Subtract(PyObject *o1, PyObject *o2);
432 PyAPI_FUNC(PyObject *) PyNumber_Multiply(PyObject *o1, PyObject *o2);
461 PyAPI_FUNC(PyObject *) PyNumber_Divmod(PyObject *o1, PyObject *o2);
467 PyAPI_FUNC(PyObject *) PyNumber_Power(PyObject *o1, PyObject *o2,
493 PyAPI_FUNC(PyObject *) PyNumber_Lshift(PyObject *o1, PyObject *o2);
499 PyAPI_FUNC(PyObject *) PyNumber_Rshift(PyObject *o1, PyObject *o2);
505 PyAPI_FUNC(PyObject *) PyNumber_And(PyObject *o1, PyObject *o2);
510 PyAPI_FUNC(PyObject *) PyNumber_Xor(PyObject *o1, PyObject *o2);
[all …]
/dports/lang/python39/Python-3.9.9/Include/
H A Dpyerrors.h19 PyAPI_FUNC(void) PyErr_Fetch(PyObject **, PyObject **, PyObject **);
20 PyAPI_FUNC(void) PyErr_Restore(PyObject *, PyObject *, PyObject *);
22 PyAPI_FUNC(void) PyErr_GetExcInfo(PyObject **, PyObject **, PyObject **);
23 PyAPI_FUNC(void) PyErr_SetExcInfo(PyObject *, PyObject *, PyObject *);
42 PyAPI_FUNC(void) PyErr_NormalizeException(PyObject**, PyObject**, PyObject**);
164 PyObject *, PyObject *);
167 PyObject *, PyObject *, PyObject *);
193 PyObject *,int, PyObject *);
196 PyObject *,int, PyObject *, PyObject *);
208 PyObject *, PyObject *);
[all …]

12345678910>>...257