Home
last modified time | relevance | path

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

/external/python/cpython3/Lib/test/
Dtest_enum.py151 class Konstants(float, Enum): class
155 self.Konstants = Konstants
479 Konstants = self.Konstants
480 self.assertFormatIsValue('{}', Konstants.TAU)
481 self.assertFormatIsValue('{:}', Konstants.TAU)
482 self.assertFormatIsValue('{:20}', Konstants.TAU)
483 self.assertFormatIsValue('{:^20}', Konstants.TAU)
484 self.assertFormatIsValue('{:>20}', Konstants.TAU)
485 self.assertFormatIsValue('{:<20}', Konstants.TAU)
486 self.assertFormatIsValue('{:n}', Konstants.TAU)
[all …]