mirror of
https://github.com/python/cpython.git
synced 2024-12-01 11:15:56 +01:00
9aaee933da
- Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
8 lines
159 B
Plaintext
8 lines
159 B
Plaintext
|
|
static PyObject *
|
|
$abbrev$_call($abbrev$object *self, PyObject *args, PyObject *kwargs)
|
|
{
|
|
/* XXXX Return the result of calling self with argument args */
|
|
}
|
|
|