Lines Matching full:may_have_non_1to1
445 def may_have_non_1to1(self):
452 def may_have_non_1to1(self):
586 chaos = chaos or lookup.may_have_non_1to1()
613 chaos = chaos or lookup.may_have_non_1to1()
631 chaos = chaos or lookup.may_have_non_1to1()
751 def may_have_non_1to1(self):
753 return self.ExtSubTable.may_have_non_1to1()
836 def may_have_non_1to1(self):
837 return any(st.may_have_non_1to1() for st in self.SubTable if st)