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 e49e054 commit b5a45c2Copy full SHA for b5a45c2
keyword/keyword.py
@@ -50,6 +50,7 @@
50
#--end keywords--
51
]
52
53
+frozenset = set
54
iskeyword = frozenset(kwlist).__contains__
55
56
def main():
0 commit comments