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 061adac commit ac0e66cCopy full SHA for ac0e66c
inherit-python-string/lower_string.py
@@ -1,4 +1,5 @@
1
class LowerString(str):
2
+ # This initializer doesn't work
3
def __init__(self, string):
4
super().__init__(string.lower())
5
0 commit comments