Sign in
chromium
/
external
/
github.com
/
python
/
cpython
/
eff2a98727f9ae2aa4b5bcf93d79e0010782839c
/
.
/
Tools
/
modulator
/
Templates
/
object_tp_call
blob: be4cc4bfa35025998a1dac37eaf2bccde9822923 [
file
]
static
PyObject
*
$abbrev$_call
(
self
,
args
,
kwargs
)
$abbrev$object
*
self
;
PyObject
*
args
;
PyObject
*
kwargs
;
{
/* XXXX Return the result of calling self with argument args */
}