Searched refs:subn (Results 1 - 2 of 2) sorted by relevance
| /vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.1/Modules/ |
| H A D | _sre.c | 19 * 2001-10-21 fl added sub/subn primitive 21 * 2001-12-07 fl fixed memory leak in sub/subn (Guido van Rossum) 22 * 2002-11-09 fl fixed empty sub/subn return type 2283 Py_ssize_t count, Py_ssize_t subn) 2299 /* sub/subn takes either a function or a template */ 2454 if (subn) 2488 if (!PyArg_ParseTupleAndKeywords(args, kw, "OO|n:subn", kwlist, 2575 "subn(repl, string[, count = 0]) --> (newstring, number of subs)\n\ 2589 {"subn", (PyCFunction) pattern_subn, METH_VARARGS|METH_KEYWORDS, 2282 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, Py_ssize_t count, Py_ssize_t subn) argument
|
| /vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/PyMod-2.7.2/Modules/ |
| H A D | _sre.c | 28 * 2001-10-21 fl added sub/subn primitive 30 * 2001-12-07 fl fixed memory leak in sub/subn (Guido van Rossum) 31 * 2002-11-09 fl fixed empty sub/subn return type 2292 Py_ssize_t count, Py_ssize_t subn) 2308 /* sub/subn takes either a function or a template */ 2463 if (subn) 2497 if (!PyArg_ParseTupleAndKeywords(args, kw, "OO|n:subn", kwlist, 2584 "subn(repl, string[, count = 0]) --> (newstring, number of subs)\n\ 2598 {"subn", (PyCFunction) pattern_subn, METH_VARARGS|METH_KEYWORDS, 2291 pattern_subx(PatternObject* self, PyObject* ptemplate, PyObject* string, Py_ssize_t count, Py_ssize_t subn) argument
|
Completed in 71 milliseconds