Yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-keyword.html

From ZCubes Wiki
Revision as of 19:50, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/20/lib/module-token.html|[[Image:yurttas...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

17.4 keyword -- Testing for Python keywords

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.

See About this document... for information on suggesting changes.