Buckets:
| extern "C" { | |
| PyAPI_FUNC(double) PyOS_string_to_double(const char *str, | |
| char **endptr, | |
| PyObject *overflow_exception); | |
| /* The caller is responsible for calling PyMem_Free to free the buffer | |
| that's is returned. */ | |
| PyAPI_FUNC(char *) PyOS_double_to_string(double val, | |
| char format_code, | |
| int precision, | |
| int flags, | |
| int *type); | |
| /* PyOS_double_to_string's "flags" parameter can be set to 0 or more of: */ | |
| /* PyOS_double_to_string's "type", if non-NULL, will be set to one of: */ | |
| } | |
Xet Storage Details
- Size:
- 1.25 kB
- Xet hash:
- 575d7c6a69760c17f2614fd6772e580e10a9f76e726b7841c8de390d607a9500
·
Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.