Home
last modified time | relevance | path

Searched refs:_PyDateTime_BaseTime (Results 1 – 2 of 2) sorted by relevance

/third_party/python/Include/
Ddatetime.h79 } _PyDateTime_BaseTime; /* hastzinfo false */ typedef
/third_party/python/Modules/
D_datetimemodule.c638 size_t size = aware ? sizeof(PyDateTime_Time) : sizeof(_PyDateTime_BaseTime); in time_alloc()