mirror of
https://github.com/python/cpython.git
synced 2025-07-24 03:35:53 +00:00
Documentation for the keyword module.
This commit is contained in:
parent
e3dbc7e422
commit
db12f343bc
2 changed files with 18 additions and 0 deletions
9
Doc/lib/libkeyword.tex
Normal file
9
Doc/lib/libkeyword.tex
Normal file
|
@ -0,0 +1,9 @@
|
|||
\section{Standard Module \sectcode{keyword}}
|
||||
\stmodindex{keyword}
|
||||
|
||||
This module allows a Python program to determine if a string is a
|
||||
keyword. A single function is provided:
|
||||
|
||||
\begin{funcdesc}{iskeyword}{s}
|
||||
Return true if \var{s} is a Python keyword.
|
||||
\end{funcdesc}
|
9
Doc/libkeyword.tex
Normal file
9
Doc/libkeyword.tex
Normal file
|
@ -0,0 +1,9 @@
|
|||
\section{Standard Module \sectcode{keyword}}
|
||||
\stmodindex{keyword}
|
||||
|
||||
This module allows a Python program to determine if a string is a
|
||||
keyword. A single function is provided:
|
||||
|
||||
\begin{funcdesc}{iskeyword}{s}
|
||||
Return true if \var{s} is a Python keyword.
|
||||
\end{funcdesc}
|
Loading…
Add table
Add a link
Reference in a new issue