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 8509df7 commit f9aefceCopy full SHA for f9aefce
1 file changed
Doc/c-api/object.rst
@@ -140,16 +140,6 @@ Object Protocol
140
and, therefore, by the :func:`print` function.
141
142
143
-.. cfunction:: PyObject* PyObject_Unicode(PyObject *o)
144
-
145
- .. index:: builtin: unicode
146
147
- Compute a Unicode string representation of object *o*. Returns the Unicode
148
- string representation on success, *NULL* on failure. This is the equivalent of
149
- the Python expression ``unicode(o)``. Called by the :func:`unicode` built-in
150
- function.
151
152
153
.. cfunction:: int PyObject_IsInstance(PyObject *inst, PyObject *cls)
154
155
Returns ``1`` if *inst* is an instance of the class *cls* or a subclass of
0 commit comments