Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dlogging_config.py86 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/
DloggingTools.py61 def __init__(self, fmt=None, datefmt=None, style="%"): argument
/external/python/cpython2/Lib/logging/
D__init__.py391 def __init__(self, fmt=None, datefmt=None): argument
405 def formatTime(self, record, datefmt=None): argument
/external/python/cpython2/Lib/test/
Dtest_logging.py1109 def formatFunc(format, datefmt=None): argument
/external/python/cpython3/Lib/logging/
D__init__.py555 def __init__(self, fmt=None, datefmt=None, style='%', validate=True): argument
584 def formatTime(self, record, datefmt=None): argument
/external/python/cpython3/Lib/test/
Dtest_logging.py2152 def formatFunc(format, datefmt=None): argument
2156 def __init__(self, fmt, datefmt=None): argument