1998-08-10 19:42:37 +00:00
|
|
|
\section{\module{keyword} ---
|
|
|
|
Test whether a string is a Python keyword.}
|
1998-07-23 17:59:49 +00:00
|
|
|
\declaremodule{standard}{keyword}
|
|
|
|
|
1998-08-10 19:42:37 +00:00
|
|
|
\modulesynopsis{Test whether a string is a keyword in Python.}
|
1998-07-23 17:59:49 +00:00
|
|
|
|
1997-10-06 21:39:16 +00:00
|
|
|
|
|
|
|
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}
|