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 d6e8de1 commit ce36962Copy full SHA for ce36962
1 file changed
Doc/c-api/bytes.rst
@@ -192,9 +192,3 @@ called with a non-bytes parameter.
192
reallocation fails, the original bytes object at *\*bytes* is deallocated,
193
*\*bytes* is set to *NULL*, a memory exception is set, and ``-1`` is
194
returned.
195
-
196
197
-.. cfunction:: PyObject* PyBytes_Format(PyObject *format, PyObject *args)
198
199
- Return a new bytes object from *format* and *args*. Analogous to ``format %
200
- args``. The *args* argument must be a tuple.
0 commit comments