Home
last modified time | relevance | path

Searched defs:microsecond (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Lib/
Ddatetime.py291 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1048 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1094 def microsecond(self): member in time
1303 def replace(self, hour=None, minute=None, second=None, microsecond=None, argument
1369 microsecond=0, tzinfo=None, *, fold=0): argument
1410 def microsecond(self): member in datetime
1578 minute=None, second=None, microsecond=None, tzinfo=True, argument
/external/python/cpython2/Modules/
Ddatetimemodule.c575 int *microsecond) in normalize_datetime()
4082 int microsecond = DATE_GET_MICROSECOND(date) + in add_datetime_timedelta() local
/external/python/cpython3/Modules/
D_datetimemodule.c591 int *microsecond) in normalize_datetime()
4532 int microsecond = DATE_GET_MICROSECOND(date) + in add_datetime_timedelta() local