Searched defs:datefmt (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/common_lib/ |
D | logging_config.py | 84 def add_stream_handler(self, stream, level=logging.DEBUG, datefmt=None): argument 95 def add_console_handlers(self, datefmt=None): argument 108 datefmt=None): argument 142 def configure_logging(self, use_console=True, verbose=False, datefmt=None): argument
|
/external/fonttools/Lib/fontTools/misc/ |
D | loggingTools.py | 61 def __init__(self, fmt=None, datefmt=None, style="%"): argument
|
/external/python/cpython2/Lib/logging/ |
D | __init__.py | 391 def __init__(self, fmt=None, datefmt=None): argument 405 def formatTime(self, record, datefmt=None): argument
|
/external/python/cpython3/Lib/logging/ |
D | __init__.py | 513 def __init__(self, fmt=None, datefmt=None, style='%'): argument 539 def formatTime(self, record, datefmt=None): argument
|
/external/python/cpython2/Lib/test/ |
D | test_logging.py | 1109 def formatFunc(format, datefmt=None): argument
|
/external/python/cpython3/Lib/test/ |
D | test_logging.py | 2125 def formatFunc(format, datefmt=None): argument
|