Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
645ea48314742417880c1929ff272d0d3a9768ba
/
.
/
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 */
}