Searched defs:datefmt (Results 1 – 6 of 6) sorted by relevance
/external/autotest/client/common_lib/ |
D | logging_config.py | 86 def add_stream_handler(self, stream, level=logging.DEBUG, datefmt=None): argument 97 def add_console_handlers(self, datefmt=None): argument 110 datefmt=None): argument 144 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/cpython2/Lib/test/ |
D | test_logging.py | 1109 def formatFunc(format, datefmt=None): argument
|
/external/python/cpython3/Lib/logging/ |
D | __init__.py | 555 def __init__(self, fmt=None, datefmt=None, style='%', validate=True): argument 584 def formatTime(self, record, datefmt=None): argument
|
/external/python/cpython3/Lib/test/ |
D | test_logging.py | 2152 def formatFunc(format, datefmt=None): argument 2156 def __init__(self, fmt, datefmt=None): argument
|