Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dtest_enum.py149 class Konstants(float, Enum): class
153 self.Konstants = Konstants
556 Konstants = self.Konstants
557 self.assertFormatIsValue('{}', Konstants.TAU)
558 self.assertFormatIsValue('{:}', Konstants.TAU)
559 self.assertFormatIsValue('{:20}', Konstants.TAU)
560 self.assertFormatIsValue('{:^20}', Konstants.TAU)
561 self.assertFormatIsValue('{:>20}', Konstants.TAU)
562 self.assertFormatIsValue('{:<20}', Konstants.TAU)
563 self.assertFormatIsValue('{:n}', Konstants.TAU)
[all …]