Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
4fa82fa410bd2adcac01d302734f05cb26fa2210
/
.
/
Tools
/
modulator
/
Templates
/
object_tp_compare
blob: a2e2e9de746a8943058073b9a4bd923029889811 [
file
]
static
int
$abbrev$_compare
(
v
,
w
)
$abbrev$object
*
v
,
*
w
;
{
/* XXXX Compare objects and return -1, 0 or 1 */
}