cpython/Doc/lib/libkeyword.tex

14 lines
366 B
TeX
Raw Normal View History

\section{\module{keyword} ---
1999-02-20 00:14:17 +00:00
Testing for Python keywords}
1999-02-20 00:14:17 +00:00
\declaremodule{standard}{keyword}
\modulesynopsis{Test whether a string is a keyword in Python.}
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}