Searched refs:__is_compatible (Results 1 – 1 of 1) sorted by relevance
118 return self.__is_compatible(self._serialize(),393 def __is_compatible(a, b): member in TypeSpec401 all(TypeSpec.__is_compatible(x, y) for (x, y) in zip(a, b)))404 TypeSpec.__is_compatible(a[k], b[k]) for k in a.keys()))