blob: 24635a5a99b524d4ad3a941fd4f062e1473beeae [file] [log] [blame]
\section{Standard Module \module{keyword}}
\declaremodule{standard}{keyword}
\modulesynopsis{Test whether a string is a keyword in the Python language.}
This module allows a Python program to determine if a string is a
keyword. A single function is provided:
\begin{funcdesc}{iskeyword}{s}
Return true if \var{s} is a Python keyword.
\end{funcdesc}