Home
last modified time | relevance | path

Searched refs:atTime (Results 1 – 6 of 6) sorted by relevance

/external/python/cpython3/Lib/logging/
Dhandlers.py198 …filename, when='h', interval=1, backupCount=0, encoding=None, delay=False, utc=False, atTime=None): argument
203 self.atTime = atTime
278 if self.atTime is None:
281 rotate_ts = ((self.atTime.hour * 60 + self.atTime.minute)*60 +
282 self.atTime.second)
/external/python/cpython3/Doc/library/
Dlogging.handlers.rst334 …(filename, when='h', interval=1, backupCount=0, encoding=None, delay=False, utc=False, atTime=None)
345 | Value | Type of interval | If/how *atTime* is used |
359 | | *atTime* not specified, | rollover time |
360 | | else at time *atTime* | |
387 If *atTime* is not ``None``, it must be a ``datetime.time`` instance which
390 these cases, the *atTime* value is effectively used to compute the *initial*
408 *atTime* parameter was added.
/external/python/cpython3/Lib/test/
Dtest_logging.py4555 atTime = datetime.time(12, 0, 0)
4558 atTime=atTime)
4573 atTime = datetime.time(12, 0, 0)
4579 atTime=atTime)
/external/libusb/libusb/os/
Ddarwin_usb.c1658 AbsoluteTime atTime; in submit_iso_transfer() local
1692 kresult = (*(cInterface->interface))->GetBusFrameNumber(cInterface->interface, &frame, &atTime); in submit_iso_transfer()
/external/python/cpython2/Mac/Modules/qt/
D_Qtmodule.c4388 TimeValue atTime; in TrackObj_GetTrackEditRate() local
4393 &atTime)) in TrackObj_GetTrackEditRate()
4396 atTime); in TrackObj_GetTrackEditRate()
14963 TimeValue atTime; in Qt_MovieImportHandle() local
14975 &atTime, in Qt_MovieImportHandle()
14983 atTime, in Qt_MovieImportHandle()
15004 TimeValue atTime; in Qt_MovieImportFile() local
15016 &atTime, in Qt_MovieImportFile()
15024 atTime, in Qt_MovieImportFile()
15310 TimeValue atTime; in Qt_MovieImportDataRef() local
[all …]
/external/python/cpython3/Doc/whatsnew/
D3.4.rst1075 The :class:`~logging.handlers.TimedRotatingFileHandler` has a new *atTime*