3.17 keyword -- Test whether a string is a Python keyword.

This module allows a Python program to determine if a string is a keyword. A single function is provided:

iskeyword (s)
Return true if s is a Python keyword.