Class around PixMap objects that allows more python-like access. By Joe Strout.
[python/dscho.git] / Doc / lib / libkeyword.tex
blob9e6761b9661b41407f6e1f8749a875487fd2d7c9
1 \section{\module{keyword} ---
2 Testing for Python keywords}
4 \declaremodule{standard}{keyword}
5 \modulesynopsis{Test whether a string is a keyword in Python.}
8 This module allows a Python program to determine if a string is a
9 keyword. A single function is provided:
11 \begin{funcdesc}{iskeyword}{s}
12 Return true if \var{s} is a Python keyword.
13 \end{funcdesc}