Classes | |
| struct | _Py_clock_info_t | 
Macros | |
| #define | _PyTime_MIN | 
| #define | _PyTime_MAX | 
| #define | _PYTIME_FROMSECONDS(seconds) | 
Typedefs | |
| typedef int64_t | _PyTime_t | 
Enumerations | |
| enum | _PyTime_round_t {  _PyTime_ROUND_FLOOR , _PyTime_ROUND_CEILING , _PyTime_ROUND_HALF_EVEN , _PyTime_ROUND_UP , _PyTime_ROUND_TIMEOUT }  | 
Functions | |
| PyAPI_FUNC (PyObject *) _PyLong_FromTime_t(time_t sec) | |
| PyAPI_FUNC (time_t) _PyLong_AsTime_t(PyObject *obj) | |
| PyAPI_FUNC (int) _PyTime_ObjectToTime_t(PyObject *obj | |
| PyAPI_FUNC (_PyTime_t) _PyTime_FromSeconds(int seconds) | |
| PyAPI_FUNC (double) _PyTime_AsSecondsDouble(_PyTime_t t) | |
Variables | |
| time_t * | sec | 
| time_t | _PyTime_round_t | 
| time_t long * | usec | 
| time_t long * | nsec | 
| PyObject * | obj | 
| PyObject _PyTime_round_t | round | 
| struct timeval * | tv | 
| time_t * | secs | 
| time_t int * | us | 
| struct timespec * | ts | 
| _PyTime_t | mul | 
| _PyTime_t _PyTime_t | div | 
| _Py_clock_info_t * | info | 
| struct tm * | tm | 
| #define _PyTime_MIN | 
| #define _PyTime_MAX | 
| #define _PYTIME_FROMSECONDS | ( | seconds | ) | 
| typedef int64_t _PyTime_t | 
| enum time_t long _PyTime_round_t | 
| PyAPI_FUNC | ( | PyObject * | ) | 
| PyAPI_FUNC | ( | time_t | ) | 
| PyAPI_FUNC | ( | int | ) | 
| PyAPI_FUNC | ( | _PyTime_t | ) | 
| PyAPI_FUNC | ( | double | ) | 
| time_t * sec | 
| time_t long _PyTime_round_t | 
| time_t long* usec | 
| time_t long* nsec | 
| PyObject* obj | 
| time_t int _PyTime_round_t round | 
| struct timeval * tv | 
| time_t* secs | 
| time_t int* us | 
| struct timespec * ts | 
| _PyTime_t mul | 
| _Py_clock_info_t * info | 
| struct tm * tm |