Staging
v0.5.1
https://github.com/python/cpython
Raw File
Tip revision: a226cd82f6939364911bcdaea0935130f0d4137b authored by cvs2svn on 12 December 1997, 00:09:34 UTC
This commit was manufactured by cvs2svn to create tag 'r15b2'.
Tip revision: a226cd8
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