Home
last modified time | relevance | path

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

/external/pigweed/pw_cli/py/pw_cli/
Dallowed_caller.py23 class AllowedCaller: class
46 def matches(self, other: 'AllowedCaller') -> bool:
71 def check_caller_in(allow_list: Iterable[AllowedCaller]) -> bool: