Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 903138f commit 6a25e21Copy full SHA for 6a25e21
1 file changed
Include/object.h
@@ -264,6 +264,7 @@ extern DL_IMPORT(PyTypeObject) PyType_Type; /* The type of type objects */
264
265
/* Generic operations on objects */
266
extern DL_IMPORT(int) PyObject_Print(PyObject *, FILE *, int);
267
+extern DL_IMPORT(void) PyObject_Dump(PyObject *);
268
extern DL_IMPORT(PyObject *) PyObject_Repr(PyObject *);
269
extern DL_IMPORT(PyObject *) PyObject_Str(PyObject *);
270
extern DL_IMPORT(PyObject *) PyObject_Unicode(PyObject *);
0 commit comments