René's URL Explorer Experiment


Title: String conversion and formatting — Python 3.14.2 documentation

Open Graph Title: String conversion and formatting

Description: Functions for number conversion and formatted string output. PyOS_snprintf() and PyOS_vsnprintf() wrap the Standard C library functions snprintf() and vsnprintf(). Their purpose is to guarantee con...

Open Graph Description: Functions for number conversion and formatted string output. PyOS_snprintf() and PyOS_vsnprintf() wrap the Standard C library functions snprintf() and vsnprintf(). Their purpose is to guarantee con...

Opengraph URL: https://docs.python.org/3/c-api/conversion.html

direct link

Domain: docs.python.org

og:typewebsite
og:site_namePython documentation
og:image:width1146
og:image:height600
og:imagehttps://docs.python.org/3.14/_images/social_previews/summary_c-api_conversion_736d5999.png
og:image:altFunctions for number conversion and formatted string output. PyOS_snprintf() and PyOS_vsnprintf() wrap the Standard C library functions snprintf() and vsnprintf(). Their purpose is to guarantee con...
twitter:cardsummary_large_image
theme-color#3776ab
readthedocs-addons-api-version1

Links:

https://www.python.org/
Table of Contentshttps://docs.python.org/3/contents.html
String conversion and formattinghttps://docs.python.org/3/c-api/conversion.html
Character classification and conversionhttps://docs.python.org/3/c-api/conversion.html#character-classification-and-conversion
Parsing arguments and building valueshttps://docs.python.org/3/c-api/arg.html
PyHash APIhttps://docs.python.org/3/c-api/hash.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/conversion.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/c-api/hash.html
previoushttps://docs.python.org/3/c-api/arg.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
Python/C API Reference Manualhttps://docs.python.org/3/c-api/index.html
Utilitieshttps://docs.python.org/3/c-api/utilities.html
String conversion and formattinghttps://docs.python.org/3/c-api/conversion.html
https://docs.python.org/3/c-api/conversion.html#string-conversion-and-formatting
https://docs.python.org/3/c-api/conversion.html#c.PyOS_snprintf
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
snprintf(3)https://manpages.debian.org/snprintf(3)
https://docs.python.org/3/c-api/conversion.html#c.PyOS_vsnprintf
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
vsnprintf(3)https://manpages.debian.org/vsnprintf(3)
PyOS_snprintf()https://docs.python.org/3/c-api/conversion.html#c.PyOS_snprintf
PyOS_vsnprintf()https://docs.python.org/3/c-api/conversion.html#c.PyOS_vsnprintf
https://docs.python.org/3/c-api/conversion.html#c.PyOS_strtoul
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
strtoul(3)https://manpages.debian.org/strtoul(3)
https://docs.python.org/3/c-api/conversion.html#c.PyOS_strtol
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
PyOS_strtoul()https://docs.python.org/3/c-api/conversion.html#c.PyOS_strtoul
strtol(3)https://manpages.debian.org/strtol(3)
PyObjecthttps://docs.python.org/3/c-api/structures.html#c.PyObject
https://docs.python.org/3/c-api/conversion.html#c.PyOS_string_to_double
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
float()https://docs.python.org/3/library/functions.html#float
ValueErrorhttps://docs.python.org/3/library/exceptions.html#ValueError
https://docs.python.org/3/c-api/conversion.html#c.PyOS_double_to_string
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
repr()https://docs.python.org/3/library/functions.html#repr
https://docs.python.org/3/c-api/conversion.html#c.PyOS_double_to_string.Py_DTSF_SIGN
https://docs.python.org/3/c-api/conversion.html#c.PyOS_double_to_string.Py_DTSF_ADD_DOT_0
https://docs.python.org/3/c-api/conversion.html#c.PyOS_double_to_string.Py_DTSF_ALT
PyOS_snprintf()https://docs.python.org/3/c-api/conversion.html#c.PyOS_snprintf
https://docs.python.org/3/c-api/conversion.html#c.PyOS_double_to_string.Py_DTSF_NO_NEG_0
PyMem_Free()https://docs.python.org/3/c-api/memory.html#c.PyMem_Free
https://docs.python.org/3/c-api/conversion.html#c.PyOS_mystricmp
Py_ssize_thttps://docs.python.org/3/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/3/c-api/conversion.html#c.PyOS_mystrnicmp
Stable ABIhttps://docs.python.org/3/c-api/stable.html#stable
https://docs.python.org/3/c-api/conversion.html#c.PyOS_stricmp
Py_ssize_thttps://docs.python.org/3/c-api/intro.html#c.Py_ssize_t
https://docs.python.org/3/c-api/conversion.html#c.PyOS_strnicmp
PyOS_mystricmp()https://docs.python.org/3/c-api/conversion.html#c.PyOS_mystricmp
PyOS_mystrnicmp()https://docs.python.org/3/c-api/conversion.html#c.PyOS_mystrnicmp
https://docs.python.org/3/c-api/conversion.html#character-classification-and-conversion
https://docs.python.org/3/c-api/conversion.html#c.Py_ISALNUM
https://docs.python.org/3/c-api/conversion.html#c.Py_ISALPHA
https://docs.python.org/3/c-api/conversion.html#c.Py_ISDIGIT
https://docs.python.org/3/c-api/conversion.html#c.Py_ISLOWER
https://docs.python.org/3/c-api/conversion.html#c.Py_ISUPPER
https://docs.python.org/3/c-api/conversion.html#c.Py_ISSPACE
https://docs.python.org/3/c-api/conversion.html#c.Py_ISXDIGIT
https://docs.python.org/3/c-api/conversion.html#c.Py_TOLOWER
https://docs.python.org/3/c-api/conversion.html#c.Py_TOUPPER
Table of Contentshttps://docs.python.org/3/contents.html
String conversion and formattinghttps://docs.python.org/3/c-api/conversion.html
Character classification and conversionhttps://docs.python.org/3/c-api/conversion.html#character-classification-and-conversion
Parsing arguments and building valueshttps://docs.python.org/3/c-api/arg.html
PyHash APIhttps://docs.python.org/3/c-api/hash.html
Report a bughttps://docs.python.org/3/bugs.html
Show source https://github.com/python/cpython/blob/main/Doc/c-api/conversion.rst?plain=1
indexhttps://docs.python.org/3/genindex.html
moduleshttps://docs.python.org/3/py-modindex.html
nexthttps://docs.python.org/3/c-api/hash.html
previoushttps://docs.python.org/3/c-api/arg.html
Pythonhttps://www.python.org/
3.14.2 Documentationhttps://docs.python.org/3/index.html
Python/C API Reference Manualhttps://docs.python.org/3/c-api/index.html
Utilitieshttps://docs.python.org/3/c-api/utilities.html
String conversion and formattinghttps://docs.python.org/3/c-api/conversion.html
Copyrighthttps://docs.python.org/3/copyright.html
History and Licensehttps://docs.python.org/license.html
Please donate.https://www.python.org/psf/donations/
Found a bughttps://docs.python.org/bugs.html
Sphinxhttps://www.sphinx-doc.org/

Viewport: width=device-width, initial-scale=1.0


URLs of crawlers that visited me.