cpython/Doc/libkeyword.tex

11 lines
288 B
TeX
Raw Normal View History

1997-10-06 18:39:16 -03:00
\section{Standard Module \sectcode{keyword}}
1998-02-18 11:10:24 -04:00
\label{module-keyword}
1997-10-06 18:39:16 -03:00
\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}