We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 08f4891 commit 5c4c081Copy full SHA for 5c4c081
testsuite/utf-8.py
@@ -1,22 +1,5 @@
1
# -*- coding: utf-8 -*-
2
3
-
4
-class Rectangle(Blob):
5
6
- def __init__(self, width, height,
7
- color='black', emphasis=None, highlight=0):
8
- if width == 0 and height == 0 and \
9
- color == 'red' and emphasis == 'strong' or \
10
- highlight > 100:
11
- raise ValueError("sorry, you lose")
12
- if width == 0 and height == 0 and (color == 'red' or
13
- emphasis is None):
14
- raise ValueError("I don't think so -- values are %s, %s" %
15
- (width, height))
16
- Blob.__init__(self, width, height,
17
- color, emphasis, highlight)
18
19
20
# Some random text with multi-byte characters (utf-8 encoded)
21
#
22
# Εδώ μάτσο κειμένων τη, τρόπο πιθανό διευθυντές ώρα μη. Νέων απλό παράγει ροή
0 commit comments