mirror of
https://github.com/python/cpython.git
synced 2026-05-20 11:23:49 -04:00
9aaee933da
- Converted the templates to use ANSI C prototypes (finally!) - Use re in stead of deprecated regex
10 lines
130 B
Plaintext
10 lines
130 B
Plaintext
|
|
static PyObject *
|
|
$abbrev$_repr($abbrev$object *self)
|
|
{
|
|
PyObject *s;
|
|
|
|
/* XXXX Add code here to put self into s */
|
|
return s;
|
|
}
|