Home
last modified time | relevance | path

Searched refs:OtherEnum (Results 1 – 1 of 1) sorted by relevance

/third_party/python/Lib/test/
Dtest_enum.py367 class OtherEnum(Enum): class
369 self.assertNotIn(OtherEnum.two, Season)
383 class OtherEnum(Enum): class
385 self.assertNotIn(OtherEnum.two, Season)