Home
last modified time | relevance | path

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

/external/autotest/client/common_lib/
Dlogging_manager.py87 _caller_code_to_skip_in_logging_stack = set() variable
94 _caller_code_to_skip_in_logging_stack.add(func.func_code)
115 if co in _caller_code_to_skip_in_logging_stack: