Home
last modified time | relevance | path

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

/external/pigweed/pw_presubmit/py/pw_presubmit/
Dpresubmit.py498 result = self._call_function(ctx)
508 def _call_function(self, ctx: PresubmitContext) -> _Result: member in _Check