Home
last modified time | relevance | path

Searched refs:_datetime (Results 1 – 20 of 20) sorted by relevance

/external/rust/crates/grpcio-sys/grpc/tools/run_tests/xds_k8s_test_driver/framework/test_app/runners/k8s/
Dk8s_base_runner.py42 _datetime = datetime.datetime variable
49 time_start_requested: _datetime
50 time_start_completed: Optional[_datetime]
51 time_stopped: _datetime
81 time_start_requested: Optional[_datetime] = None
82 time_start_completed: Optional[_datetime] = None
83 time_stopped: Optional[_datetime] = None
134 self.time_start_requested = _datetime.now()
144 self.time_start_completed = _datetime.now()
147 self.time_stopped = _datetime.now()
[all …]
/external/autotest/client/common_lib/cros/network/
Dtcpdump_analyzer.py35 self._datetime = frametime
46 return self._datetime
91 return self._datetime.strftime(self.TIME_FORMAT)
/external/python/cpython3/android/
DSetup.local8 _datetime _datetimemodule.c
/external/python/cpython3/Lib/email/
Dheaderregistry.py314 self._datetime = kw.pop('datetime')
319 return self._datetime
/external/python/cpython3/Modules/
DSetup.stdlib.in55 @MODULE__DATETIME_TRUE@_datetime _datetimemodule.c
DSetup137 #_datetime _datetimemodule.c
/external/python/cpython3/Lib/xmlrpc/
Dclient.py378 def _datetime(data): function
919 mkdatetime = _datetime
/external/python/cpython2/Lib/
Dxmlrpclib.py461 def _datetime(data): function
1029 mkdatetime = _datetime
/external/python/cpython3/Doc/library/
Ddatetime.rst36 .. _datetime-naive-aware:
191 .. _datetime-timedelta:
466 .. _datetime-date:
818 .. _datetime-datetime:
1653 .. _datetime-time:
1937 .. _datetime-tzinfo:
2212 .. _datetime-timezone:
Dxmlrpc.client.rst249 .. _datetime-objects:
/external/python/cpython2/Doc/library/
Ddatetime.rst137 .. _datetime-timedelta:
335 .. _datetime-date:
621 .. _datetime-datetime:
1171 .. _datetime-time:
1351 .. _datetime-tzinfo:
Dxmlrpclib.rst253 .. _datetime-objects:
/external/python/cpython3/Lib/
Ddatetime.py2619 from _datetime import *
2639 from _datetime import __doc__
/external/python/cpython2/Lib/test/
Dtest_xmlrpc.py286 t2 = xmlrpclib._datetime(d)
/external/rust/crates/chrono/
DCHANGELOG.md665 and `TimeZone::from_{local,utc}_datetime` can be used to convert from/to the local time.
/external/python/cpython3/Lib/test/
Dtest_xmlrpc.py524 t2 = xmlrpclib._datetime(d)
/external/python/cpython3/Misc/NEWS.d/
D3.5.2rc1.rst1976 Link audioop, _datetime, _ctypes_test modules to libm, except on Mac OS X.
D3.6.0a1.rst3665 Link audioop, _datetime, _ctypes_test modules to libm, except on Mac OS X.
/external/python/cpython3/
Dconfigure.ac6998 PY_STDLIB_MOD_SIMPLE([_datetime], [], [$TIMEMODULE_LIB $LIBM])
/external/python/cpython3/Misc/
DHISTORY13213 module is renamed to `_datetime` and if available, overrides all classes
13217 module with and without `_datetime` acceleration using the same test cases.