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

Function parse_number

Objects/stringlib/formatter.h:410–429  ·  view source on GitHub ↗

Given a number of the form: digits[remainder] where ptr points to the start and end points to the end, find where the integer part ends. This could be a decimal, an exponent, both, or neither. If a decimal point is present, set *has_decimal and increment remainder beyond it. Results are undefined (but shouldn't crash) for improperly formatted strings. */

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

format_float_internalFunction · 0.85
format_complex_internalFunction · 0.85

Calls 1

isdigitFunction · 0.50

Tested by

no test coverage detected