Home
last modified time | relevance | path

Searched refs:Iron (Results 1 - 1 of 1) sorted by relevance

/third_party/python/Lib/test/
H A Dtest_enum.py2973 class Iron(Flag, boundary=CONFORM): class
2977 self.assertIs(Iron._boundary_, CONFORM)
2998 self.assertIs(Iron(7), Iron.ONE|Iron.TWO)
2999 self.assertIs(Iron(~9), Iron.TWO)
3567 class Iron(IntFlag, boundary=STRICT): class
3571 self.assertIs(Iron._boundary_, STRICT)
3590 self.assertRaisesRegex(ValueError, 'invalid value 5', Iron,
[all...]

Completed in 8 milliseconds