Searched refs:is_thread_device (Results 1 – 1 of 1) sorted by relevance
190 assert self.is_thread_device(child), child197 assert self.is_thread_device(parent), parent232 assert not (self.is_thread_device(src) and self.is_thread_device(dst)), \269 if self.is_thread_device(dst):278 if self.is_thread_device(dst):285 def is_thread_device(self, name: str) -> bool: member in PacketVerifier