| keyword | index /usr/lib/python2.2/keyword.py |
Keywords (from "graminit.c")
This file is automatically generated; please don't muck it up!
To update the symbols in this file, 'cd' to the top directory of
the python source tree after building the interpreter and run:
python Lib/keyword.py
| Functions | ||
| ||
| Data | ||
| __all__ = ['iskeyword'] __file__ = '/usr/lib/python2.2/keyword.pyc' __name__ = 'keyword' keyword = 'yield' kwdict = {'and': 1, 'assert': 1, 'break': 1, 'class': 1, 'continue': 1, 'def': 1, 'del': 1, 'elif': 1, 'else': 1, 'except': 1, ...} kwlist = ['and', 'assert', 'break', 'class', 'continue', 'def', 'del', 'elif', 'else', 'except', 'exec', 'finally', 'for', 'from', 'global', 'if', 'import', 'in', 'is', 'lambda', ...] | ||