object_tp_call

来自「reduced python source for embedded apps」· 代码 · 共 11 行

TXT
11
字号
static PyObject *$abbrev$_call(self, args, kwargs)	$abbrev$object *self;	PyObject *args;	PyObject *kwargs;{	/* XXXX Return the result of calling self with argument args */}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?