Home
last modified time | relevance | path

Searched defs:log_record (Results 1 – 2 of 2) sorted by relevance

/external/python/absl-py/absl/logging/
D__init__.py837 def _is_non_absl_fatal_record(log_record): argument
842 def _is_absl_fatal_record(log_record): argument
/external/python/cpython3/Lib/test/
Dtest_logging.py5650 async def log_record(): function