Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/
Ddatetime.py424 def _check_time_fields(hour, minute, second, microsecond, fold): argument
1236 def __new__(cls, hour=0, minute=0, second=0, microsecond=0, tzinfo=None, *, fold=0): argument
1292 def microsecond(self): member in time
1501 def replace(self, hour=None, minute=None, second=None, microsecond=None, argument
1567 microsecond=0, tzinfo=None, *, fold=0): argument
1618 def microsecond(self): member in datetime
1819 minute=None, second=None, microsecond=None, tzinfo=True, argument
/external/python/dateutil/dateutil/
Drelativedelta.py110 hour=None, minute=None, second=None, microsecond=None): argument
/external/python/asn1crypto/asn1crypto/
Dutil.py592 def microsecond(self): member in extended_datetime
/external/python/cpython3/Modules/
D_datetimemodule.c606 int *microsecond) in normalize_datetime()
739 int *minute, int *second, int *microsecond) in parse_hh_mm_ss_ff()
788 int *second, int *microsecond, int *tzoffset, in parse_isoformat_time()
4459 int hour = 0, minute = 0, second = 0, microsecond = 0; in time_fromisoformat() local
5138 int hour = 0, minute = 0, second = 0, microsecond = 0; in datetime_fromisoformat() local
5245 int microsecond = DATE_GET_MICROSECOND(date) + in add_datetime_timedelta() local
D_testcapimodule.c2393 int hour, minute, second, microsecond; in get_datetime_fromdateandtime() local
2423 int hour, minute, second, microsecond, fold; in get_datetime_fromdateandtimeandfold() local
2455 int hour, minute, second, microsecond; in get_time_fromtime() local
2480 int hour, minute, second, microsecond, fold; in get_time_fromtimeandfold() local
/external/python/cpython2/Modules/
Ddatetimemodule.c575 int *microsecond) in normalize_datetime()
4085 int microsecond = DATE_GET_MICROSECOND(date) + in add_datetime_timedelta() local