Home
last modified time | relevance | path

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

/external/python/cpython2/Modules/
Ddatetimemodule.c3640 datetime_microsecond(PyDateTime_DateTime *self, void *unused) in datetime_microsecond() function
3657 {"microsecond", (getter)datetime_microsecond},
/external/python/cpython3/Modules/
D_datetimemodule.c4548 datetime_microsecond(PyDateTime_DateTime *self, void *unused) in datetime_microsecond() function
4571 {"microsecond", (getter)datetime_microsecond},