blob: 794a91ea16ecf313e9f3bff66bad60636d8229d0 [file] [log] [blame]
Fred Drakedb12f341997-10-06 21:39:16 +00001\section{Standard Module \sectcode{keyword}}
2\stmodindex{keyword}
3
4This module allows a Python program to determine if a string is a
5keyword. A single function is provided:
6
7\begin{funcdesc}{iskeyword}{s}
8Return true if \var{s} is a Python keyword.
9\end{funcdesc}