Home
last modified time | relevance | path

Searched refs:PyCFunction (Results 1 – 25 of 3542) sorted by relevance

12345678910>>...142

/dports/databases/py-mysql-connector-python/mysql-connector-python-8.0.27/src/
H A Dmysql_connector.c88 {"buffered", (PyCFunction)MySQL_buffered,
95 {"connect", (PyCFunction)MySQL_connect,
104 {"close", (PyCFunction)MySQL_close,
110 {"commit", (PyCFunction)MySQL_commit,
165 {"insert_id", (PyCFunction)MySQL_insert_id,
179 {"num_rows", (PyCFunction)MySQL_num_rows,
183 {"ping", (PyCFunction)MySQL_ping,
186 {"query", (PyCFunction)MySQL_query,
194 {"raw", (PyCFunction)MySQL_raw,
197 {"refresh", (PyCFunction)MySQL_refresh,
[all …]
/dports/devel/php-ice37/ice-3.7.2/python/modules/IcePy/
H A DInit.cpp33 { STRCAST("stringVersion"), reinterpret_cast<PyCFunction>(IcePy_stringVersion), METH_NOARGS,
35 { STRCAST("intVersion"), reinterpret_cast<PyCFunction>(IcePy_intVersion), METH_NOARGS,
51 { STRCAST("generateUUID"), reinterpret_cast<PyCFunction>(IcePy_generateUUID), METH_NOARGS,
63 { STRCAST("defineEnum"), reinterpret_cast<PyCFunction>(IcePy_defineEnum), METH_VARARGS,
75 { STRCAST("defineProxy"), reinterpret_cast<PyCFunction>(IcePy_defineProxy), METH_VARARGS,
79 { STRCAST("defineClass"), reinterpret_cast<PyCFunction>(IcePy_defineClass), METH_VARARGS,
83 { STRCAST("defineValue"), reinterpret_cast<PyCFunction>(IcePy_defineValue), METH_VARARGS,
87 { STRCAST("stringify"), reinterpret_cast<PyCFunction>(IcePy_stringify), METH_VARARGS,
91 { STRCAST("loadSlice"), reinterpret_cast<PyCFunction>(IcePy_loadSlice), METH_VARARGS,
93 { STRCAST("cleanup"), reinterpret_cast<PyCFunction>(IcePy_cleanup), METH_NOARGS,
[all …]
/dports/devel/ice37/ice-3.7.2/python/modules/IcePy/
H A DInit.cpp33 { STRCAST("stringVersion"), reinterpret_cast<PyCFunction>(IcePy_stringVersion), METH_NOARGS,
35 { STRCAST("intVersion"), reinterpret_cast<PyCFunction>(IcePy_intVersion), METH_NOARGS,
51 { STRCAST("generateUUID"), reinterpret_cast<PyCFunction>(IcePy_generateUUID), METH_NOARGS,
63 { STRCAST("defineEnum"), reinterpret_cast<PyCFunction>(IcePy_defineEnum), METH_VARARGS,
75 { STRCAST("defineProxy"), reinterpret_cast<PyCFunction>(IcePy_defineProxy), METH_VARARGS,
79 { STRCAST("defineClass"), reinterpret_cast<PyCFunction>(IcePy_defineClass), METH_VARARGS,
83 { STRCAST("defineValue"), reinterpret_cast<PyCFunction>(IcePy_defineValue), METH_VARARGS,
87 { STRCAST("stringify"), reinterpret_cast<PyCFunction>(IcePy_stringify), METH_VARARGS,
91 { STRCAST("loadSlice"), reinterpret_cast<PyCFunction>(IcePy_loadSlice), METH_VARARGS,
93 { STRCAST("cleanup"), reinterpret_cast<PyCFunction>(IcePy_cleanup), METH_NOARGS,
[all …]
/dports/devel/py-ice37/ice-3.7.2/python/modules/IcePy/
H A DInit.cpp33 { STRCAST("stringVersion"), reinterpret_cast<PyCFunction>(IcePy_stringVersion), METH_NOARGS,
35 { STRCAST("intVersion"), reinterpret_cast<PyCFunction>(IcePy_intVersion), METH_NOARGS,
51 { STRCAST("generateUUID"), reinterpret_cast<PyCFunction>(IcePy_generateUUID), METH_NOARGS,
63 { STRCAST("defineEnum"), reinterpret_cast<PyCFunction>(IcePy_defineEnum), METH_VARARGS,
75 { STRCAST("defineProxy"), reinterpret_cast<PyCFunction>(IcePy_defineProxy), METH_VARARGS,
79 { STRCAST("defineClass"), reinterpret_cast<PyCFunction>(IcePy_defineClass), METH_VARARGS,
83 { STRCAST("defineValue"), reinterpret_cast<PyCFunction>(IcePy_defineValue), METH_VARARGS,
87 { STRCAST("stringify"), reinterpret_cast<PyCFunction>(IcePy_stringify), METH_VARARGS,
91 { STRCAST("loadSlice"), reinterpret_cast<PyCFunction>(IcePy_loadSlice), METH_VARARGS,
93 { STRCAST("cleanup"), reinterpret_cast<PyCFunction>(IcePy_cleanup), METH_NOARGS,
[all …]
/dports/audio/py-fmoo-audiotools/audiotools-3.0/src/
H A Dmod_bitstream.h43 {"format_size", (PyCFunction)bitstream_format_size,
47 {"parse", (PyCFunction)bitstream_parse_func,
49 {"build", (PyCFunction)bitstream_build_func,
253 {"__enter__", (PyCFunction)BitstreamReader_enter,
255 {"__exit__", (PyCFunction)BitstreamReader_exit,
562 (PyCFunction)BitstreamWriter_write_huffman_code,
610 {"__enter__", (PyCFunction)BitstreamWriter_enter,
612 {"__exit__", (PyCFunction)BitstreamWriter_exit,
786 (PyCFunction)BitstreamRecorder_write_huffman_code,
855 {"__enter__", (PyCFunction)BitstreamRecorder_enter,
[all …]
/dports/math/py-pygsl/pygsl-2.3.0/src/histogram/
H A Dhistogram_common.ic228 {(char *)cc_nx ,(PyCFunction)FUNCNAME(nx), METH_NOARGS, (char *)doc_nx },
229 {(char *)cc_ny ,(PyCFunction)FUNCNAME(ny), METH_NOARGS, (char *)doc_ny },
236 …{(char *)cc_cov ,(PyCFunction)FUNCNAME(cov), METH_NOARGS, (char *)doc_cov …
238 …{(char *)cc_max ,(PyCFunction)FUNCNAME(max), METH_NOARGS, (char *)doc_max …
240 {(char *)cc_bins ,(PyCFunction)FUNCNAME(bins), METH_NOARGS, (char *)doc_bins },
256 {(char *)cc_add ,(PyCFunction)FUNCNAME(add), METH_O, (char *)doc_add },
257 {(char *)cc_sub ,(PyCFunction)FUNCNAME(sub), METH_O, (char *)doc_sub },
258 {(char *)cc_mul ,(PyCFunction)FUNCNAME(mul), METH_O, (char *)doc_mul },
259 {(char *)cc_div ,(PyCFunction)FUNCNAME(div), METH_O, (char *)doc_div },
261 …{(char *)cc_copy ,(PyCFunction)FUNCNAME(memcpy), METH_O, (char *)doc_copy }…
[all …]
/dports/graphics/bsd-plotutils/bsd-plotutils-1.4.2/libplot/bindings/py27plot/plot/
H A Dmodule.c48 {"openpl", (PyCFunction) pl_openpl_, METH_NOARGS, NULL},
52 {"erase", (PyCFunction) pl_erase_, METH_NOARGS, NULL},
53 {"label", (PyCFunction) pl_label_, METH_VARARGS, NULL},
54 {"line", (PyCFunction) pl_line_, METH_VARARGS, NULL},
56 {"arc", (PyCFunction) pl_arc_, METH_VARARGS, NULL},
57 {"move", (PyCFunction) pl_move_, METH_VARARGS, NULL},
58 {"cont", (PyCFunction) pl_cont_, METH_VARARGS, NULL},
59 {"point", (PyCFunction) pl_point_, METH_VARARGS, NULL},
61 {"space", (PyCFunction) pl_space_, METH_VARARGS, NULL},
62 {"dot", (PyCFunction) pl_dot_, METH_VARARGS, NULL},
[all …]
/dports/graphics/py-cairo/pycairo-1.18.1/cairo/
H A Dcontext.c1362 {"clip", (PyCFunction)pycairo_clip, METH_NOARGS},
1363 {"clip_extents", (PyCFunction)pycairo_clip_extents, METH_NOARGS},
1364 {"clip_preserve", (PyCFunction)pycairo_clip_preserve, METH_NOARGS},
1365 {"close_path", (PyCFunction)pycairo_close_path, METH_NOARGS},
1368 {"copy_page", (PyCFunction)pycairo_copy_page, METH_NOARGS},
1369 {"copy_path", (PyCFunction)pycairo_copy_path, METH_NOARGS},
1370 {"copy_path_flat", (PyCFunction)pycairo_copy_path_flat, METH_NOARGS},
1375 {"fill", (PyCFunction)pycairo_fill, METH_NOARGS},
1376 {"fill_extents", (PyCFunction)pycairo_fill_extents, METH_NOARGS},
1415 {"pop_group_to_source", (PyCFunction)pycairo_pop_group_to_source,
[all …]
/dports/graphics/pyl-cairo/pycairo-1.18.1/cairo/
H A Dcontext.c1362 {"clip", (PyCFunction)pycairo_clip, METH_NOARGS},
1363 {"clip_extents", (PyCFunction)pycairo_clip_extents, METH_NOARGS},
1364 {"clip_preserve", (PyCFunction)pycairo_clip_preserve, METH_NOARGS},
1365 {"close_path", (PyCFunction)pycairo_close_path, METH_NOARGS},
1368 {"copy_page", (PyCFunction)pycairo_copy_page, METH_NOARGS},
1369 {"copy_path", (PyCFunction)pycairo_copy_path, METH_NOARGS},
1370 {"copy_path_flat", (PyCFunction)pycairo_copy_path_flat, METH_NOARGS},
1375 {"fill", (PyCFunction)pycairo_fill, METH_NOARGS},
1376 {"fill_extents", (PyCFunction)pycairo_fill_extents, METH_NOARGS},
1415 {"pop_group_to_source", (PyCFunction)pycairo_pop_group_to_source,
[all …]
/dports/devel/notcurses/notcurses-3.0.1/python/notcurses/
H A Dchannels.c569 …{"ncchannel_r", (PyCFunction)python_ncchannel_r, METH_VARARGS, "Extract the 8-bit red component fr…
570 …{"ncchannel_g", (PyCFunction)python_ncchannel_g, METH_VARARGS, "Extract the 8-bit green component …
571 …{"ncchannel_b", (PyCFunction)python_ncchannel_b, METH_VARARGS, "Extract the 8-bit blue component f…
577 {"ncchannel_palindex", (PyCFunction)python_ncchannel_palindex, METH_VARARGS, NULL},
578 …{"ncchannel_set_alpha", (PyCFunction)python_ncchannel_set_alpha, METH_VARARGS, "Set the 2-bit alph…
579 {"ncchannel_set_palindex", (PyCFunction)python_ncchannel_set_palindex, METH_VARARGS, NULL},
588 {"ncchannels_combine", (PyCFunction)python_ncchannels_combine, METH_VARARGS, NULL},
589 {"ncchannels_fg_palindex", (PyCFunction)python_ncchannels_fg_palindex, METH_VARARGS, NULL},
590 {"ncchannels_bg_palindex", (PyCFunction)python_ncchannels_bg_palindex, METH_VARARGS, NULL},
600 …{"ncchannels_set_fg_palindex", (PyCFunction)python_ncchannels_set_fg_palindex, METH_VARARGS, NULL},
[all …]
/dports/math/py-pygsl/pygsl-2.3.0/src/rng/
H A Drngmodule.c64 {"get", (PyCFunction) rng_get, METH_VARARGS, rng_get_doc},
65 {"set", (PyCFunction) rng_set, METH_VARARGS, rng_set_doc},
69 {"name", (PyCFunction) rng_name, METH_VARARGS, NULL},
70 {"max", (PyCFunction) rng_max, METH_VARARGS, rng_max_doc},
71 {"min", (PyCFunction) rng_min, METH_VARARGS, rng_min_doc},
92 {"levy",(PyCFunction)rng_levy,METH_VARARGS, rng_levy_doc},
94 {"gamma",(PyCFunction)rng_gamma,METH_VARARGS, rng_gamma_doc},
95 {"gamma_int",(PyCFunction)rng_gamma_int,METH_VARARGS, NULL},
96 {"flat",(PyCFunction)rng_flat,METH_VARARGS, rng_flat_doc},
101 {"beta",(PyCFunction)rng_beta,METH_VARARGS, rng_beta_doc},
[all …]
/dports/biology/py-pybigwig/pyBigWig-0.3.18/
H A DpyBigWig.h39 {"open", (PyCFunction)pyBwOpen, METH_VARARGS,
61 {"header", (PyCFunction)pyBwGetHeader, METH_VARARGS,
78 {"close", (PyCFunction)pyBwClose, METH_VARARGS,
84 {"isBigWig", (PyCFunction)pyIsBigWig, METH_VARARGS,
92 {"isBigBed", (PyCFunction)pyIsBigBed, METH_VARARGS,
100 {"chroms", (PyCFunction)pyBwGetChroms, METH_VARARGS,
124 {"stats", (PyCFunction)pyBwGetStats, METH_VARARGS|METH_KEYWORDS,
196 {"values", (PyCFunction)pyBwGetValues, METH_VARARGS,
266 {"SQL", (PyCFunction) pyBBGetSQL, METH_VARARGS,
385 {"__enter__", (PyCFunction)pyBwEnter, METH_NOARGS, NULL},
[all …]
/dports/lang/python37/Python-3.7.12/Modules/clinic/
H A Darraymodule.c.h12 {"__copy__", (PyCFunction)array_array___copy__, METH_NOARGS, array_array___copy____doc__},
39 {"count", (PyCFunction)array_array_count, METH_O, array_array_count__doc__},
48 {"index", (PyCFunction)array_array_index, METH_O, array_array_index__doc__},
57 {"remove", (PyCFunction)array_array_remove, METH_O, array_array_remove__doc__},
68 {"pop", (PyCFunction)array_array_pop, METH_FASTCALL, array_array_pop__doc__},
96 {"extend", (PyCFunction)array_array_extend, METH_O, array_array_extend__doc__},
105 {"insert", (PyCFunction)array_array_insert, METH_FASTCALL, array_array_insert__doc__},
155 {"append", (PyCFunction)array_array_append, METH_O, array_array_append__doc__},
232 {"tofile", (PyCFunction)array_array_tofile, METH_O, array_array_tofile__doc__},
241 {"fromlist", (PyCFunction)array_array_fromlist, METH_O, array_array_fromlist__doc__},
[all …]
/dports/archivers/rpm4/rpm-4.16.1.3/python/
H A Drpmte-py.c205 {"Type", (PyCFunction)rpmte_TEType, METH_NOARGS,
207 {"N", (PyCFunction)rpmte_N, METH_NOARGS,
209 {"E", (PyCFunction)rpmte_E, METH_NOARGS,
211 {"V", (PyCFunction)rpmte_V, METH_NOARGS,
213 {"R", (PyCFunction)rpmte_R, METH_NOARGS,
215 {"A", (PyCFunction)rpmte_A, METH_NOARGS,
217 {"O", (PyCFunction)rpmte_O, METH_NOARGS,
219 {"NEVR", (PyCFunction)rpmte_NEVR, METH_NOARGS,
221 {"NEVRA", (PyCFunction)rpmte_NEVRA, METH_NOARGS,
223 {"Color",(PyCFunction)rpmte_Color, METH_NOARGS,
[all …]
/dports/lang/python-legacy/Python-2.7.18/Modules/
H A D_cursesmodule.c1632 {"overwrite", (PyCFunction)PyCursesWindow_Overwrite,
2691 {"beep", (PyCFunction)PyCurses_beep, METH_NOARGS},
2701 {"echo", (PyCFunction)PyCurses_echo, METH_VARARGS},
2707 {"flash", (PyCFunction)PyCurses_flash, METH_NOARGS},
2716 {"getwin", (PyCFunction)PyCurses_GetWin, METH_O},
2735 {"meta", (PyCFunction)PyCurses_Meta, METH_VARARGS},
2743 {"nl", (PyCFunction)PyCurses_nl, METH_VARARGS},
2746 {"nonl", (PyCFunction)PyCurses_nonl, METH_NOARGS},
2748 {"noraw", (PyCFunction)PyCurses_noraw, METH_NOARGS},
2753 {"raw", (PyCFunction)PyCurses_raw, METH_VARARGS},
[all …]
H A Dflmodule.c702 {"clear_browser", (PyCFunction)clear_browser,
704 {"add_browser_line", (PyCFunction)add_browser_line,
706 {"addto_browser", (PyCFunction)addto_browser,
714 {"get_browser_line", (PyCFunction)get_browser_line,
716 {"load_browser", (PyCFunction)load_browser,
724 {"deselect_browser", (PyCFunction)deselect_browser,
728 {"get_browser", (PyCFunction)get_browser,
767 {"get_button", (PyCFunction)get_button, METH_NOARGS},
855 {"get_clock", (PyCFunction)get_clock, METH_NOARGS},
904 {"set_counter_step", (PyCFunction)set_counter_step,
[all …]
/dports/lang/python27/Python-2.7.18/Modules/
H A D_cursesmodule.c1632 {"overwrite", (PyCFunction)PyCursesWindow_Overwrite,
2691 {"beep", (PyCFunction)PyCurses_beep, METH_NOARGS},
2701 {"echo", (PyCFunction)PyCurses_echo, METH_VARARGS},
2707 {"flash", (PyCFunction)PyCurses_flash, METH_NOARGS},
2716 {"getwin", (PyCFunction)PyCurses_GetWin, METH_O},
2735 {"meta", (PyCFunction)PyCurses_Meta, METH_VARARGS},
2743 {"nl", (PyCFunction)PyCurses_nl, METH_VARARGS},
2746 {"nonl", (PyCFunction)PyCurses_nonl, METH_NOARGS},
2748 {"noraw", (PyCFunction)PyCurses_noraw, METH_NOARGS},
2753 {"raw", (PyCFunction)PyCurses_raw, METH_VARARGS},
[all …]
H A Dflmodule.c702 {"clear_browser", (PyCFunction)clear_browser,
704 {"add_browser_line", (PyCFunction)add_browser_line,
706 {"addto_browser", (PyCFunction)addto_browser,
714 {"get_browser_line", (PyCFunction)get_browser_line,
716 {"load_browser", (PyCFunction)load_browser,
724 {"deselect_browser", (PyCFunction)deselect_browser,
728 {"get_browser", (PyCFunction)get_browser,
767 {"get_button", (PyCFunction)get_button, METH_NOARGS},
855 {"get_clock", (PyCFunction)get_clock, METH_NOARGS},
904 {"set_counter_step", (PyCFunction)set_counter_step,
[all …]
/dports/databases/py-pylibmc/pylibmc-1.6.0/src/
H A D_pylibmcmodule.h368 {"get", (PyCFunction)PylibMC_Client_get, METH_VARARGS,
370 {"gets", (PyCFunction)PylibMC_Client_gets, METH_O,
386 {"incr", (PyCFunction)PylibMC_Client_incr, METH_VARARGS,
388 {"decr", (PyCFunction)PylibMC_Client_decr, METH_VARARGS,
392 {"get_multi", (PyCFunction)PylibMC_Client_get_multi,
394 {"set_multi", (PyCFunction)PylibMC_Client_set_multi,
396 {"add_multi", (PyCFunction)PylibMC_Client_add_multi,
400 {"hash", (PyCFunction)PylibMC_Client_hash,
406 {"get_stats", (PyCFunction)PylibMC_Client_get_stats,
408 {"flush_all", (PyCFunction)PylibMC_Client_flush_all,
[all …]
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dflmodule.c706 {"clear_browser", (PyCFunction)clear_browser,
708 {"add_browser_line", (PyCFunction)add_browser_line,
710 {"addto_browser", (PyCFunction)addto_browser,
718 {"get_browser_line", (PyCFunction)get_browser_line,
720 {"load_browser", (PyCFunction)load_browser,
728 {"deselect_browser", (PyCFunction)deselect_browser,
732 {"get_browser", (PyCFunction)get_browser,
771 {"get_button", (PyCFunction)get_button, METH_NOARGS},
859 {"get_clock", (PyCFunction)get_clock, METH_NOARGS},
908 {"set_counter_step", (PyCFunction)set_counter_step,
[all …]
/dports/lang/python-legacy/Python-2.7.18/Mac/Modules/qd/
H A D_Qdmodule.c6586 {"GetPen", (PyCFunction)Qd_GetPen, 1,
6596 {"PenPat", (PyCFunction)Qd_PenPat, 1,
6600 {"MoveTo", (PyCFunction)Qd_MoveTo, 1,
6602 {"Move", (PyCFunction)Qd_Move, 1,
6606 {"Line", (PyCFunction)Qd_Line, 1,
6668 {"NewRgn", (PyCFunction)Qd_NewRgn, 1,
6750 {"SetPt", (PyCFunction)Qd_SetPt, 1,
6756 {"Random", (PyCFunction)Qd_Random, 1,
6762 {"MapPt", (PyCFunction)Qd_MapPt, 1,
6772 {"AddPt", (PyCFunction)Qd_AddPt, 1,
[all …]
/dports/lang/python27/Python-2.7.18/Mac/Modules/qd/
H A D_Qdmodule.c6586 {"GetPen", (PyCFunction)Qd_GetPen, 1,
6596 {"PenPat", (PyCFunction)Qd_PenPat, 1,
6600 {"MoveTo", (PyCFunction)Qd_MoveTo, 1,
6602 {"Move", (PyCFunction)Qd_Move, 1,
6606 {"Line", (PyCFunction)Qd_Line, 1,
6668 {"NewRgn", (PyCFunction)Qd_NewRgn, 1,
6750 {"SetPt", (PyCFunction)Qd_SetPt, 1,
6756 {"Random", (PyCFunction)Qd_Random, 1,
6762 {"MapPt", (PyCFunction)Qd_MapPt, 1,
6772 {"AddPt", (PyCFunction)Qd_AddPt, 1,
[all …]
/dports/net/remmina/Remmina-0ef1621b3e16b3168213147a2bfca39da2c2668f/src/
H A Dremmina_plugin_python_protocol_widget.c153 {"get_width", (PyCFunction)protocol_widget_get_width, METH_NOARGS, "" },
154 {"set_width", (PyCFunction)protocol_widget_set_width, METH_VARARGS, "" },
155 {"get_height", (PyCFunction)protocol_widget_get_height, METH_VARARGS, "" },
156 {"set_height", (PyCFunction)protocol_widget_set_height, METH_VARARGS, "" },
160 {"has_error", (PyCFunction)protocol_widget_has_error, METH_VARARGS, "" },
161 {"set_error", (PyCFunction)protocol_widget_set_error, METH_VARARGS, "" },
162 {"is_closed", (PyCFunction)protocol_widget_is_closed, METH_VARARGS, "" },
163 {"get_file", (PyCFunction)protocol_widget_get_file, METH_VARARGS, "" },
184 {"get_cacrl", (PyCFunction)protocol_widget_get_cacrl, METH_VARARGS, "" },
187 {"save_cred", (PyCFunction)protocol_widget_save_cred, METH_VARARGS, "" },
[all …]
/dports/graphics/blender/blender-2.91.0/source/blender/python/gpu/
H A Dgpu_py_matrix.c170 {"__exit__", (PyCFunction)bpygpu_matrix_stack_context_exit, METH_VARARGS},
479 (PyCFunction)bpygpu_matrix_push_projection,
483 (PyCFunction)bpygpu_matrix_pop_projection,
490 (PyCFunction)bpygpu_matrix_push_pop_projection,
496 (PyCFunction)bpygpu_matrix_multiply_matrix,
501 (PyCFunction)bpygpu_matrix_scale_uniform,
516 (PyCFunction)bpygpu_matrix_load_identity,
521 (PyCFunction)bpygpu_matrix_load_projection_matrix,
527 (PyCFunction)bpygpu_matrix_get_projection_matrix,
531 (PyCFunction)bpygpu_matrix_get_model_view_matrix,
[all …]
/dports/lang/python37/Python-3.7.12/Modules/
H A D_cursesmodule.c2069 {"overwrite", (PyCFunction)PyCursesWindow_Overwrite,
2071 {"putwin", (PyCFunction)PyCursesWindow_PutWin, METH_O},
3228 {"beep", (PyCFunction)PyCurses_beep, METH_NOARGS},
3238 {"echo", (PyCFunction)PyCurses_echo, METH_VARARGS},
3244 {"flash", (PyCFunction)PyCurses_flash, METH_NOARGS},
3253 {"getwin", (PyCFunction)PyCurses_GetWin, METH_O},
3272 {"meta", (PyCFunction)PyCurses_Meta, METH_VARARGS},
3280 {"nl", (PyCFunction)PyCurses_nl, METH_VARARGS},
3283 {"nonl", (PyCFunction)PyCurses_nonl, METH_NOARGS},
3290 {"raw", (PyCFunction)PyCurses_raw, METH_VARARGS},
[all …]

12345678910>>...142