blob: 7a263efb256feb2e278acec810c446fc06c55d03 [file] [log] [blame]
\section{Standard Module \module{keyword}}
\label{module-keyword}
\stmodindex{keyword}
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}