|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/lib/module-tokenize.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/lib/python.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/lib/module-token.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/lib/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/lib/genindex.html| ]]
|
Next: 3.20 tokenize Up: 3. Python Services Previous: 3.18 token
3.19 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.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/lib/module-tokenize.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/lib/python.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/lib/module-token.html| ]]
|
Python Library Reference
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/lib/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/lib/genindex.html| ]]
|
Next: 3.20 tokenize Up: 3. Python Services Previous: 3.18 token