Staging
v0.5.1
https://github.com/python/cpython
Revision 9a513efffa9797e01745dab57dce3dc8e76bf28e authored by Guido van Rossum on 09 October 1997, 23:32:24 UTC, committed by Guido van Rossum on 09 October 1997, 23:32:24 UTC
1 parent 9192267
Raw File
Tip revision: 9a513efffa9797e01745dab57dce3dc8e76bf28e authored by Guido van Rossum on 09 October 1997, 23:32:24 UTC
Final touch -- Don's SGI_ABI patches.
Tip revision: 9a513ef
libkeyword.tex
\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}
back to top