blob: 794a91ea16ecf313e9f3bff66bad60636d8229d0 (
plain)
1
2
3
4
5
6
7
8
9
|
\section{Standard Module \sectcode{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}
|