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.