mirror of
https://github.com/python/cpython.git
synced 2024-12-01 13:55:45 +08:00
11 lines
151 B
Plaintext
11 lines
151 B
Plaintext
|
|
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;
|
|
}
|