Home
last modified time | relevance | path

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

/tools/test/connectivity/acts/framework/acts/
Dtest_decorators.py188 gathered_extras = self._gather_local_info(None, *args, **kwargs)
213 self._gather_local_info(extras, *args, **kwargs)
217 def _gather_local_info(self, gather_into, *args, **kwargs): member in _TestInfoDecoratorFunc