mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Add PyObject_Not().
This commit is contained in:
parent
6b529ae0c0
commit
c3d3f9692d
3 changed files with 27 additions and 0 deletions
|
@ -271,6 +271,7 @@ extern int PyObject_SetAttr Py_PROTO((PyObject *, PyObject *, PyObject *));
|
|||
extern int PyObject_HasAttr Py_PROTO((PyObject *, PyObject *));
|
||||
extern long PyObject_Hash Py_PROTO((PyObject *));
|
||||
extern int PyObject_IsTrue Py_PROTO((PyObject *));
|
||||
extern int PyObject_Not Py_PROTO((PyObject *));
|
||||
extern int PyCallable_Check Py_PROTO((PyObject *));
|
||||
extern int PyNumber_Coerce Py_PROTO((PyObject **, PyObject **));
|
||||
extern int PyNumber_CoerceEx Py_PROTO((PyObject **, PyObject **));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue