Fred Drake | db12f34 | 1997-10-06 21:39:16 +0000 | [diff] [blame^] | 1 | \section{Standard Module \sectcode{keyword}} |
2 | \stmodindex{keyword} | ||||
3 | |||||
4 | This module allows a Python program to determine if a string is a | ||||
5 | keyword. A single function is provided: | ||||
6 | |||||
7 | \begin{funcdesc}{iskeyword}{s} | ||||
8 | Return true if \var{s} is a Python keyword. | ||||
9 | \end{funcdesc} |