Lines Matching defs:that

225     Test for behavior that is the same across the different types of enumerations.
483 "check that setting __str__ to object's is not reset to Enum's"
631 that = auto()
633 self.assertEqual(repr(MySubEnum.that), "My name is that.")
859 various operations that are not attributable to every possible enum
1442 this = 'that'
1447 self.assertEqual(whatever.this.really(), 'no, not that')
1541 # tests that need to be evalualted for moving
1611 # for simplicity, we only define one operator that
1671 # for simplicity, we only define one operator that
1731 # for simplicity, we only define one operator that
1791 # for simplicity, we only define one operator that
1848 # for simplicity, we only define one operator that
1903 # for simplicity, we only define one operator that
2687 # non-data_type is a mixin that doesn't define __new__
2700 # check that enum will add missing values when custom __new__ does not
3343 # check that only 248 members were created
3888 # check that only 248 members were created
4353 | This mapping lists all enum members, including aliases. Note that this
4581 # These are unordered here on purpose to ensure that declaration order
4601 # We also need values that cannot be compared:
4638 # report the first lexigraphical name in that case.
4646 # Ensure that test_type has all of the desired names and values.
4653 # Ensure that test_type only picked up names matching the filter.
4697 # Ensure that test_type has all of the desired names and values.
4700 # Ensure that test_type only picked up names matching the filter.