Searched refs:Konstants (Results 1 – 1 of 1) sorted by relevance
149 class Konstants(float, Enum): class153 self.Konstants = Konstants556 Konstants = self.Konstants557 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 …]