Searched refs:Konstants (Results 1 – 1 of 1) sorted by relevance
151 class Konstants(float, Enum): class155 self.Konstants = Konstants479 Konstants = self.Konstants480 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 …]