Home
last modified time | relevance | path

Searched refs:PyObject (Results 76 – 100 of 11777) sorted by relevance

12345678910>>...472

/dports/lang/python38/Python-3.8.12/Modules/clinic/
H A D_operator.c.h43 _operator_add_impl(PyObject *module, PyObject *a, PyObject *b);
73 _operator_sub_impl(PyObject *module, PyObject *a, PyObject *b);
103 _operator_mul_impl(PyObject *module, PyObject *a, PyObject *b);
133 _operator_matmul_impl(PyObject *module, PyObject *a, PyObject *b);
163 _operator_floordiv_impl(PyObject *module, PyObject *a, PyObject *b);
193 _operator_truediv_impl(PyObject *module, PyObject *a, PyObject *b);
223 _operator_mod_impl(PyObject *module, PyObject *a, PyObject *b);
386 _operator_and__impl(PyObject *module, PyObject *a, PyObject *b);
416 _operator_xor_impl(PyObject *module, PyObject *a, PyObject *b);
446 _operator_or__impl(PyObject *module, PyObject *a, PyObject *b);
[all …]
/dports/databases/py-sqlite3/Python-3.8.12/Modules/clinic/
H A D_operator.c.h43 _operator_add_impl(PyObject *module, PyObject *a, PyObject *b);
73 _operator_sub_impl(PyObject *module, PyObject *a, PyObject *b);
103 _operator_mul_impl(PyObject *module, PyObject *a, PyObject *b);
133 _operator_matmul_impl(PyObject *module, PyObject *a, PyObject *b);
163 _operator_floordiv_impl(PyObject *module, PyObject *a, PyObject *b);
193 _operator_truediv_impl(PyObject *module, PyObject *a, PyObject *b);
223 _operator_mod_impl(PyObject *module, PyObject *a, PyObject *b);
386 _operator_and__impl(PyObject *module, PyObject *a, PyObject *b);
416 _operator_xor_impl(PyObject *module, PyObject *a, PyObject *b);
446 _operator_or__impl(PyObject *module, PyObject *a, PyObject *b);
[all …]
/dports/lang/python39/Python-3.9.9/Modules/clinic/
H A D_operator.c.h43 _operator_add_impl(PyObject *module, PyObject *a, PyObject *b);
73 _operator_sub_impl(PyObject *module, PyObject *a, PyObject *b);
103 _operator_mul_impl(PyObject *module, PyObject *a, PyObject *b);
133 _operator_matmul_impl(PyObject *module, PyObject *a, PyObject *b);
163 _operator_floordiv_impl(PyObject *module, PyObject *a, PyObject *b);
193 _operator_truediv_impl(PyObject *module, PyObject *a, PyObject *b);
223 _operator_mod_impl(PyObject *module, PyObject *a, PyObject *b);
386 _operator_and__impl(PyObject *module, PyObject *a, PyObject *b);
416 _operator_xor_impl(PyObject *module, PyObject *a, PyObject *b);
446 _operator_or__impl(PyObject *module, PyObject *a, PyObject *b);
[all …]
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Modules/clinic/
H A D_operator.c.h43 _operator_add_impl(PyObject *module, PyObject *a, PyObject *b);
73 _operator_sub_impl(PyObject *module, PyObject *a, PyObject *b);
103 _operator_mul_impl(PyObject *module, PyObject *a, PyObject *b);
133 _operator_matmul_impl(PyObject *module, PyObject *a, PyObject *b);
163 _operator_floordiv_impl(PyObject *module, PyObject *a, PyObject *b);
193 _operator_truediv_impl(PyObject *module, PyObject *a, PyObject *b);
223 _operator_mod_impl(PyObject *module, PyObject *a, PyObject *b);
386 _operator_and__impl(PyObject *module, PyObject *a, PyObject *b);
416 _operator_xor_impl(PyObject *module, PyObject *a, PyObject *b);
446 _operator_or__impl(PyObject *module, PyObject *a, PyObject *b);
[all …]
/dports/devel/nuitka/Nuitka-0.6.17/nuitka/build/include/nuitka/helper/
H A Doperations_inplace_mod.h29 extern bool BINARY_OPERATION_MOD_INT_INT_INPLACE(PyObject **operand1, PyObject *operand2);
34 extern bool BINARY_OPERATION_MOD_OBJECT_INT_INPLACE(PyObject **operand1, PyObject *operand2);
39 extern bool BINARY_OPERATION_MOD_INT_OBJECT_INPLACE(PyObject **operand1, PyObject *operand2);
43 extern bool BINARY_OPERATION_MOD_LONG_LONG_INPLACE(PyObject **operand1, PyObject *operand2);
46 extern bool BINARY_OPERATION_MOD_OBJECT_LONG_INPLACE(PyObject **operand1, PyObject *operand2);
62 extern bool BINARY_OPERATION_MOD_INT_LONG_INPLACE(PyObject **operand1, PyObject *operand2);
67 extern bool BINARY_OPERATION_MOD_LONG_INT_INPLACE(PyObject **operand1, PyObject *operand2);
72 extern bool BINARY_OPERATION_MOD_INT_FLOAT_INPLACE(PyObject **operand1, PyObject *operand2);
88 extern bool BINARY_OPERATION_MOD_STR_INT_INPLACE(PyObject **operand1, PyObject *operand2);
93 extern bool BINARY_OPERATION_MOD_STR_LONG_INPLACE(PyObject **operand1, PyObject *operand2);
[all …]
H A Doperations_inplace_mult.h29 extern bool BINARY_OPERATION_MULT_INT_INT_INPLACE(PyObject **operand1, PyObject *operand2);
34 extern bool BINARY_OPERATION_MULT_OBJECT_INT_INPLACE(PyObject **operand1, PyObject *operand2);
39 extern bool BINARY_OPERATION_MULT_INT_OBJECT_INPLACE(PyObject **operand1, PyObject *operand2);
43 extern bool BINARY_OPERATION_MULT_LONG_LONG_INPLACE(PyObject **operand1, PyObject *operand2);
46 extern bool BINARY_OPERATION_MULT_OBJECT_LONG_INPLACE(PyObject **operand1, PyObject *operand2);
49 extern bool BINARY_OPERATION_MULT_LONG_OBJECT_INPLACE(PyObject **operand1, PyObject *operand2);
62 extern bool BINARY_OPERATION_MULT_OBJECT_STR_INPLACE(PyObject **operand1, PyObject *operand2);
72 extern bool BINARY_OPERATION_MULT_INT_STR_INPLACE(PyObject **operand1, PyObject *operand2);
77 extern bool BINARY_OPERATION_MULT_STR_INT_INPLACE(PyObject **operand1, PyObject *operand2);
82 extern bool BINARY_OPERATION_MULT_LONG_STR_INPLACE(PyObject **operand1, PyObject *operand2);
[all …]
H A Doperations_binary_truediv.h29 extern PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_INT_INT(PyObject *operand1, PyObject *operand2);
34 extern PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_OBJECT_INT(PyObject *operand1, PyObject *operand2);
39 extern PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_INT_OBJECT(PyObject *operand1, PyObject *operand2);
58 extern PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_LONG_LONG(PyObject *operand1, PyObject *operand2);
61 extern PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_OBJECT_LONG(PyObject *operand1, PyObject *operand2…
64 extern PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_LONG_OBJECT(PyObject *operand1, PyObject *operand2…
76 extern PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObject *operand2…
95 extern PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_INT_LONG(PyObject *operand1, PyObject *operand2);
100 extern PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_LONG_INT(PyObject *operand1, PyObject *operand2);
115 extern PyObject *BINARY_OPERATION_TRUEDIV_OBJECT_INT_FLOAT(PyObject *operand1, PyObject *operand2);
[all …]
H A Doperations_binary_floordiv.h29 extern PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_INT_INT(PyObject *operand1, PyObject *operand2);
34 extern PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_OBJECT_INT(PyObject *operand1, PyObject *operand2…
39 extern PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_INT_OBJECT(PyObject *operand1, PyObject *operand2…
58 extern PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_LONG_LONG(PyObject *operand1, PyObject *operand2);
61 extern PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_OBJECT_LONG(PyObject *operand1, PyObject *operand…
64 extern PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_LONG_OBJECT(PyObject *operand1, PyObject *operand…
76 extern PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObject *operand…
95 extern PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_INT_LONG(PyObject *operand1, PyObject *operand2);
100 extern PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_LONG_INT(PyObject *operand1, PyObject *operand2);
115 extern PyObject *BINARY_OPERATION_FLOORDIV_OBJECT_INT_FLOAT(PyObject *operand1, PyObject *operand2);
[all …]
H A Doperations_binary_sub.h29 extern PyObject *BINARY_OPERATION_SUB_OBJECT_INT_INT(PyObject *operand1, PyObject *operand2);
34 extern PyObject *BINARY_OPERATION_SUB_OBJECT_OBJECT_INT(PyObject *operand1, PyObject *operand2);
39 extern PyObject *BINARY_OPERATION_SUB_OBJECT_INT_OBJECT(PyObject *operand1, PyObject *operand2);
58 extern PyObject *BINARY_OPERATION_SUB_OBJECT_LONG_LONG(PyObject *operand1, PyObject *operand2);
61 extern PyObject *BINARY_OPERATION_SUB_OBJECT_OBJECT_LONG(PyObject *operand1, PyObject *operand2);
64 extern PyObject *BINARY_OPERATION_SUB_OBJECT_LONG_OBJECT(PyObject *operand1, PyObject *operand2);
76 extern PyObject *BINARY_OPERATION_SUB_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObject *operand2);
95 extern PyObject *BINARY_OPERATION_SUB_OBJECT_INT_LONG(PyObject *operand1, PyObject *operand2);
100 extern PyObject *BINARY_OPERATION_SUB_OBJECT_LONG_INT(PyObject *operand1, PyObject *operand2);
115 extern PyObject *BINARY_OPERATION_SUB_OBJECT_INT_FLOAT(PyObject *operand1, PyObject *operand2);
[all …]
H A Doperations_binary_olddiv.h29 extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_INT_INT(PyObject *operand1, PyObject *operand2);
34 extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_OBJECT_INT(PyObject *operand1, PyObject *operand2);
39 extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_INT_OBJECT(PyObject *operand1, PyObject *operand2);
59 extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_LONG_LONG(PyObject *operand1, PyObject *operand2);
64 extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_OBJECT_LONG(PyObject *operand1, PyObject *operand2);
69 extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_LONG_OBJECT(PyObject *operand1, PyObject *operand2);
89 extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_FLOAT_FLOAT(PyObject *operand1, PyObject *operand2);
119 extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_INT_LONG(PyObject *operand1, PyObject *operand2);
124 extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_LONG_INT(PyObject *operand1, PyObject *operand2);
139 extern PyObject *BINARY_OPERATION_OLDDIV_OBJECT_INT_FLOAT(PyObject *operand1, PyObject *operand2);
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin_py2x/
H A Dcmdmisc.h26 PyObject *scribus_setredraw(PyObject * /*self*/, PyObject* args);
64 PyObject *scribus_renderfont(PyObject* /*self*/, PyObject* args, PyObject* kw);
85 PyObject *scribus_setactivelayer(PyObject * /*self*/, PyObject* args);
125 PyObject *scribus_sendtolayer(PyObject * /*self*/, PyObject* args);
138 PyObject *scribus_setlayervisible(PyObject * /*self*/, PyObject* args);
164 PyObject *scribus_setlayerlocked(PyObject * /*self*/, PyObject* args);
190 PyObject *scribus_setlayerflow(PyObject * /*self*/, PyObject* args);
283 PyObject *scribus_islayerflow(PyObject * /*self*/, PyObject* args);
320 PyObject *scribus_deletelayer(PyObject * /*self*/, PyObject* args);
331 PyObject *scribus_createlayer(PyObject * /*self*/, PyObject* args);
[all …]
H A Dcmdgetprop.h22 PyObject *scribus_getobjecttype(PyObject * /*self*/, PyObject* args);
32 PyObject *scribus_getfillcolor(PyObject * /*self*/, PyObject* args);
42 PyObject *scribus_getfilltransparency(PyObject * /*self*/, PyObject* args);
52 PyObject *scribus_getfillblendmode(PyObject * /*self*/, PyObject* args);
72 PyObject *scribus_getlinecolor(PyObject * /*self*/, PyObject* args);
102 PyObject *scribus_getlinewidth(PyObject * /*self*/, PyObject* args);
112 PyObject *scribus_getlineshade(PyObject * /*self*/, PyObject* args);
123 PyObject *scribus_getlinejoin(PyObject * /*self*/, PyObject* args);
134 PyObject *scribus_getlinecap(PyObject * /*self*/, PyObject* args);
231 PyObject *scribus_getsize(PyObject * /*self*/, PyObject* args);
[all …]
/dports/print/scribus-devel/scribus-1.5.7/scribus/plugins/scriptplugin/
H A Dcmdmisc.h26 PyObject *scribus_setredraw(PyObject * /*self*/, PyObject* args);
64 PyObject *scribus_renderfont(PyObject* /*self*/, PyObject* args, PyObject* kw);
85 PyObject *scribus_setactivelayer(PyObject * /*self*/, PyObject* args);
125 PyObject *scribus_sendtolayer(PyObject * /*self*/, PyObject* args);
138 PyObject *scribus_setlayervisible(PyObject * /*self*/, PyObject* args);
164 PyObject *scribus_setlayerlocked(PyObject * /*self*/, PyObject* args);
190 PyObject *scribus_setlayerflow(PyObject * /*self*/, PyObject* args);
283 PyObject *scribus_islayerflow(PyObject * /*self*/, PyObject* args);
320 PyObject *scribus_deletelayer(PyObject * /*self*/, PyObject* args);
331 PyObject *scribus_createlayer(PyObject * /*self*/, PyObject* args);
[all …]
H A Dcmdgetprop.h22 PyObject *scribus_getobjecttype(PyObject * /*self*/, PyObject* args);
32 PyObject *scribus_getfillcolor(PyObject * /*self*/, PyObject* args);
42 PyObject *scribus_getfilltransparency(PyObject * /*self*/, PyObject* args);
52 PyObject *scribus_getfillblendmode(PyObject * /*self*/, PyObject* args);
72 PyObject *scribus_getlinecolor(PyObject * /*self*/, PyObject* args);
102 PyObject *scribus_getlinewidth(PyObject * /*self*/, PyObject* args);
112 PyObject *scribus_getlineshade(PyObject * /*self*/, PyObject* args);
123 PyObject *scribus_getlinejoin(PyObject * /*self*/, PyObject* args);
134 PyObject *scribus_getlinecap(PyObject * /*self*/, PyObject* args);
231 PyObject *scribus_getsize(PyObject * /*self*/, PyObject* args);
[all …]
/dports/lang/python27/Python-2.7.18/Modules/
H A Dpuremodule.c181 pure_pure_printf(PyObject* self, PyObject* args) in pure_pure_printf()
236 pure_purify_all_inuse(PyObject *self, PyObject *args) in pure_purify_all_inuse()
241 pure_purify_all_leaks(PyObject *self, PyObject *args) in pure_purify_all_leaks()
246 pure_purify_new_inuse(PyObject *self, PyObject *args) in pure_purify_new_inuse()
473 pure_purify_watch(PyObject *self, PyObject *args) in pure_purify_watch()
478 pure_purify_watch_1(PyObject *self, PyObject *args) in pure_purify_watch_1()
483 pure_purify_watch_2(PyObject *self, PyObject *args) in pure_purify_watch_2()
488 pure_purify_watch_4(PyObject *self, PyObject *args) in pure_purify_watch_4()
493 pure_purify_watch_8(PyObject *self, PyObject *args) in pure_purify_watch_8()
650 pure_purify_exit(PyObject *self, PyObject *args) in pure_purify_exit()
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dpuremodule.c181 pure_pure_printf(PyObject* self, PyObject* args) in pure_pure_printf()
236 pure_purify_all_inuse(PyObject *self, PyObject *args) in pure_purify_all_inuse()
241 pure_purify_all_leaks(PyObject *self, PyObject *args) in pure_purify_all_leaks()
246 pure_purify_new_inuse(PyObject *self, PyObject *args) in pure_purify_new_inuse()
473 pure_purify_watch(PyObject *self, PyObject *args) in pure_purify_watch()
478 pure_purify_watch_1(PyObject *self, PyObject *args) in pure_purify_watch_1()
483 pure_purify_watch_2(PyObject *self, PyObject *args) in pure_purify_watch_2()
488 pure_purify_watch_4(PyObject *self, PyObject *args) in pure_purify_watch_4()
493 pure_purify_watch_8(PyObject *self, PyObject *args) in pure_purify_watch_8()
650 pure_purify_exit(PyObject *self, PyObject *args) in pure_purify_exit()
[all …]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A Dpuremodule.c181 pure_pure_printf(PyObject* self, PyObject* args) in pure_pure_printf()
236 pure_purify_all_inuse(PyObject *self, PyObject *args) in pure_purify_all_inuse()
241 pure_purify_all_leaks(PyObject *self, PyObject *args) in pure_purify_all_leaks()
246 pure_purify_new_inuse(PyObject *self, PyObject *args) in pure_purify_new_inuse()
473 pure_purify_watch(PyObject *self, PyObject *args) in pure_purify_watch()
478 pure_purify_watch_1(PyObject *self, PyObject *args) in pure_purify_watch_1()
483 pure_purify_watch_2(PyObject *self, PyObject *args) in pure_purify_watch_2()
488 pure_purify_watch_4(PyObject *self, PyObject *args) in pure_purify_watch_4()
493 pure_purify_watch_8(PyObject *self, PyObject *args) in pure_purify_watch_8()
650 pure_purify_exit(PyObject *self, PyObject *args) in pure_purify_exit()
[all …]
/dports/math/py-gmpy2/gmpy2-2.1.1/src/
H A Dgmpy2_fused.h38 static PyObject * GMPy_Number_FMA(PyObject *x, PyObject *y, PyObject *z, CTXT_Object *context);
39 static PyObject * GMPy_Context_FMA(PyObject *self, PyObject *args);
45 static PyObject * GMPy_Number_FMS(PyObject *x, PyObject *y, PyObject *z, CTXT_Object *context);
46 static PyObject * GMPy_Context_FMS(PyObject *self, PyObject *args);
49 static PyObject * GMPy_IntegerWithType_FMMA(PyObject *x, int xtype, PyObject *y, int ytype, PyObjec…
51 static PyObject * GMPy_RealWithType_FMMA(PyObject *x, int xtype, PyObject *y, int ytype, PyObject *…
52 static PyObject * GMPy_Number_FMMA(PyObject *x, PyObject *y, PyObject *z, PyObject *t, CTXT_Object …
53 static PyObject * GMPy_Context_FMMA(PyObject *self, PyObject *args);
57 static PyObject * GMPy_RealWithType_FMMS(PyObject *x, int xtype, PyObject *y, int ytype, PyObject *…
58 static PyObject * GMPy_Number_FMMS(PyObject *x, PyObject *y, PyObject *z, PyObject *t, CTXT_Object …
[all …]
H A Dgmpy2_mpz_bitops.h36 static PyObject * GMPy_MPZ_bit_mask(PyObject *self, PyObject *other);
38 static PyObject * GMPy_MPZ_bit_scan0_method(PyObject *self, PyObject *args);
40 static PyObject * GMPy_MPZ_bit_scan1_method(PyObject *self, PyObject *args);
47 static PyObject * GMPy_MPZ_bit_set_method(PyObject *self, PyObject *other);
51 static PyObject * GMPy_MPZ_popcount(PyObject *self, PyObject *other);
52 static PyObject * GMPy_MPZ_hamdist(PyObject *self, PyObject *args);
55 static PyObject * GMPy_MPZ_And_Slot(PyObject *self, PyObject *other);
56 static PyObject * GMPy_MPZ_Ior_Slot(PyObject *self, PyObject *other);
57 static PyObject * GMPy_MPZ_Xor_Slot(PyObject *self, PyObject *other);
58 static PyObject * GMPy_MPZ_Rshift_Slot(PyObject *self, PyObject *other);
[all …]
/dports/math/py-gmpy2-devel/gmpy-gmpy2-2.1.0b5/src/
H A Dgmpy2_mpz_bitops.h38 static PyObject * GMPy_MPZ_bit_mask(PyObject *self, PyObject *other);
40 static PyObject * GMPy_MPZ_bit_scan0_method(PyObject *self, PyObject *args);
42 static PyObject * GMPy_MPZ_bit_scan1_method(PyObject *self, PyObject *args);
49 static PyObject * GMPy_MPZ_bit_set_method(PyObject *self, PyObject *other);
53 static PyObject * GMPy_MPZ_popcount(PyObject *self, PyObject *other);
54 static PyObject * GMPy_MPZ_hamdist(PyObject *self, PyObject *args);
57 static PyObject * GMPy_MPZ_And_Slot(PyObject *self, PyObject *other);
58 static PyObject * GMPy_MPZ_Ior_Slot(PyObject *self, PyObject *other);
59 static PyObject * GMPy_MPZ_Xor_Slot(PyObject *self, PyObject *other);
60 static PyObject * GMPy_MPZ_Rshift_Slot(PyObject *self, PyObject *other);
[all …]
/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/src/include/
H A Dmysql_capi.h89 PyObject*
92 PyObject*
95 PyObject*
98 PyObject*
101 PyObject*
104 PyObject*
107 PyObject*
110 PyObject*
113 PyObject*
116 PyObject*
[all …]
/dports/lang/python27/Python-2.7.18/Doc/data/
H A Drefcounts.dat55 PyBuffer_New:PyObject*::+1:
112 PyCell_New:PyObject*::+1:
113 PyCell_New:PyObject*:ob:0:
115 PyCell_GET:PyObject*::0:
116 PyCell_GET:PyObject*:ob:0:
118 PyCell_Get:PyObject*::+1:
226 PyDict_Keys:PyObject*::+1:
229 PyDict_New:PyObject*::+1:
251 PyDict_Size:PyObject*:p::
403 PyFile_Name:PyObject*::0:
[all …]
/dports/lang/python-legacy/Python-2.7.18/Doc/data/
H A Drefcounts.dat55 PyBuffer_New:PyObject*::+1:
112 PyCell_New:PyObject*::+1:
113 PyCell_New:PyObject*:ob:0:
115 PyCell_GET:PyObject*::0:
116 PyCell_GET:PyObject*:ob:0:
118 PyCell_Get:PyObject*::+1:
226 PyDict_Keys:PyObject*::+1:
229 PyDict_New:PyObject*::+1:
251 PyDict_Size:PyObject*:p::
403 PyFile_Name:PyObject*::0:
[all …]
/dports/lang/python310/Python-3.10.1/Doc/data/
H A Drefcounts.dat35 PyAnySet_Check:PyObject*:p:0:
41 PyBool_Check:PyObject*:o:0:
119 PyBytes_Check:PyObject*:o:0:
154 PyBytes_Size:PyObject*:o:0:
204 PyCell_New:PyObject*::+1:
205 PyCell_New:PyObject*:ob:0:
207 PyCell_GET:PyObject*::0:
208 PyCell_GET:PyObject*:ob:0:
210 PyCell_Get:PyObject*::+1:
534 PyDict_New:PyObject*::+1:
[all …]
/dports/audio/py-fmoo-audiotools/audiotools-3.0/src/
H A Dmod_bitstream.h30 PyObject*
31 bitstream_format_size(PyObject *dummy, PyObject *args);
33 PyObject*
36 PyObject*
37 bitstream_parse_func(PyObject *dummy, PyObject *args);
39 PyObject*
40 bitstream_build_func(PyObject *dummy, PyObject *args);
81 PyObject*
431 PyObject*
442 PyObject*
[all …]

12345678910>>...472