mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
10 lines
151 B
Text
10 lines
151 B
Text
|
|
static int
|
|
$abbrev$_print(self, fp, flags)
|
|
$abbrev$object *self;
|
|
FILE *fp;
|
|
int flags;
|
|
{
|
|
/* XXXX Add code here to print self to fp */
|
|
return 0;
|
|
}
|