|
Orbits
1
|
Go to the source code of this file.
Macros | |
| #define | Py_DTSF_SIGN 0x01 /* always add the sign */ |
| #define | Py_DTSF_ADD_DOT_0 0x02 /* if the result is an integer add ".0" */ |
| #define | Py_DTSF_ALT |
| #define | Py_DTST_FINITE 0 |
| #define | Py_DTST_INFINITE 1 |
| #define | Py_DTST_NAN 2 |
Functions | |
| PyAPI_FUNC (double) PyOS_ascii_strtod(const char *str | |
| PyAPI_FUNC (char *) PyOS_ascii_formatd(char *buffer | |
Variables | |
| char ** | ptr |
| size_t | buf_len |
| size_t const char * | format |
| size_t const char double | d |
| char ** | endptr |
| char PyObject * | overflow_exception |
| char | format_code |
| char int | precision |
| char int int | flags |
| char int int int * | type |
| #define Py_DTSF_ADD_DOT_0 0x02 /* if the result is an integer add ".0" */ |
| #define Py_DTSF_ALT |
| #define Py_DTSF_SIGN 0x01 /* always add the sign */ |
| #define Py_DTST_FINITE 0 |
| #define Py_DTST_INFINITE 1 |
| #define Py_DTST_NAN 2 |
| PyAPI_FUNC | ( | double | ) | const |
| PyAPI_FUNC | ( | char * | ) |
| size_t buf_len |
| size_t const char double d |
| char ** endptr |
| size_t const char* format |
| char format_code |
| char PyObject* overflow_exception |
| char int precision |
| char** ptr |
1.8.3.1
Copyright 2014 Google Inc. All rights reserved.