From: Fred Drake Date: Mon, 6 Oct 1997 21:39:16 +0000 (+0000) Subject: Documentation for the keyword module. X-Git-Tag: v1.5a4~65 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=db12f343bc819cc72a40ef4d215d9522fa46f22f;p=python Documentation for the keyword module. --- diff --git a/Doc/lib/libkeyword.tex b/Doc/lib/libkeyword.tex new file mode 100644 index 0000000000..794a91ea16 --- /dev/null +++ b/Doc/lib/libkeyword.tex @@ -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} diff --git a/Doc/libkeyword.tex b/Doc/libkeyword.tex new file mode 100644 index 0000000000..794a91ea16 --- /dev/null +++ b/Doc/libkeyword.tex @@ -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}