MCPcopy Create free account
hub / github.com/eshirazi/python-with-braces / _PyOS_ascii_formatd

Function _PyOS_ascii_formatd

Python/pystrtod.c:639–717  ·  view source on GitHub ↗

* PyOS_ascii_formatd: * @buffer: A buffer to place the resulting string in * @buf_size: The length of the buffer. * @format: The printf()-style format to use for the * code to use for converting. * @d: The #gdouble to convert * * Converts a #gdouble to a string, using the '.' as * decimal point. To format the number you pass in * a printf()-style format string. Allowed conversion

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

PyOS_ascii_formatdFunction · 0.85
PyOS_double_to_stringFunction · 0.85

Calls 4

PyOS_snprintfFunction · 0.85
ensure_decimal_pointFunction · 0.85

Tested by

no test coverage detected