René's URL Explorer Experiment
go
Title:
String/Bytes Objects — Python 2.7.18 documentation
direct link
Domain:
docs.python.org
Links
:
no longer supported
https://devguide.python.org/devcycle/#end-of-life-branches
Python documentation for the current stable release
https://docs.python.org/3/c-api/string.html
index
https://docs.python.org/2/genindex.html
modules
https://docs.python.org/2/py-modindex.html
next
https://docs.python.org/2/c-api/unicode.html
previous
https://docs.python.org/2/c-api/bytearray.html
Python
https://www.python.org/
Python 2.7.18 documentation
https://docs.python.org/2/index.html
Python/C API Reference Manual
https://docs.python.org/2/c-api/index.html
Concrete Objects Layer
https://docs.python.org/2/c-api/concrete.html
¶
https://docs.python.org/2/c-api/string.html#string-bytes-objects
TypeError
https://docs.python.org/2/library/exceptions.html#exceptions.TypeError
¶
https://docs.python.org/2/c-api/string.html#c.PyStringObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyTypeObject
https://docs.python.org/2/c-api/type.html#c.PyTypeObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_Type
PyTypeObject
https://docs.python.org/2/c-api/type.html#c.PyTypeObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_Check
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_CheckExact
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_FromString
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_FromStringAndSize
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_FromFormat
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_FromFormatV
PyString_FromFormat()
https://docs.python.org/2/c-api/string.html#c.PyString_FromFormat
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_Size
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_GET_SIZE
PyString_Size()
https://docs.python.org/2/c-api/string.html#c.PyString_Size
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_AsString
PyString_AsString()
https://docs.python.org/2/c-api/string.html#c.PyString_AsString
TypeError
https://docs.python.org/2/library/exceptions.html#exceptions.TypeError
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_AS_STRING
PyString_AsString()
https://docs.python.org/2/c-api/string.html#c.PyString_AsString
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_AsStringAndSize
TypeError
https://docs.python.org/2/library/exceptions.html#exceptions.TypeError
PyString_AsStringAndSize()
https://docs.python.org/2/c-api/string.html#c.PyString_AsStringAndSize
TypeError
https://docs.python.org/2/library/exceptions.html#exceptions.TypeError
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_Concat
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_ConcatAndDel
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c._PyString_Resize
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_Format
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_InternInPlace
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_InternFromString
PyString_FromString()
https://docs.python.org/2/c-api/string.html#c.PyString_FromString
PyString_InternInPlace()
https://docs.python.org/2/c-api/string.html#c.PyString_InternInPlace
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_Decode
unicode()
https://docs.python.org/2/library/functions.html#unicode
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_AsDecodedObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_Encode
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
PyObject
https://docs.python.org/2/c-api/structures.html#c.PyObject
¶
https://docs.python.org/2/c-api/string.html#c.PyString_AsEncodedObject
Byte Array Objects
https://docs.python.org/2/c-api/bytearray.html
Unicode Objects and Codecs
https://docs.python.org/2/c-api/unicode.html
Show Source
https://docs.python.org/2/_sources/c-api/string.rst.txt
index
https://docs.python.org/2/genindex.html
modules
https://docs.python.org/2/py-modindex.html
next
https://docs.python.org/2/c-api/unicode.html
previous
https://docs.python.org/2/c-api/bytearray.html
Python
https://www.python.org/
Python 2.7.18 documentation
https://docs.python.org/2/index.html
Python/C API Reference Manual
https://docs.python.org/2/c-api/index.html
Concrete Objects Layer
https://docs.python.org/2/c-api/concrete.html
Copyright
https://docs.python.org/2/copyright.html
Please donate.
https://www.python.org/psf/donations/
Found a bug
https://docs.python.org/2/bugs.html
Sphinx
http://sphinx.pocoo.org/
URLs of
crawlers that visited me
.