[Zope3-checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.22
Fred L. Drake, Jr.
fred@zope.com
Wed, 4 Dec 2002 15:59:16 -0500
Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv5636/doc
Modified Files:
zconfig.tex
Log Message:
Add isname() function to ZConfig.Substitution.
=== Packages/ZConfig/doc/zconfig.tex 1.21 => 1.22 ===
--- Packages/ZConfig/doc/zconfig.tex:1.21 Tue Dec 3 13:01:41 2002
+++ Packages/ZConfig/doc/zconfig.tex Wed Dec 4 15:59:15 2002
@@ -627,13 +627,17 @@
indirectly.
\end{funcdesc}
-An additional function is provided which provides some interesting
-information about a source string:
+Some additional functions are provided:
\begin{funcdesc}{getnames}{s}
Return a list of the names referenced by the string \var{s}. The
names will have been converted to lower case. Each name will only
be included once, even if it is referenced multiple times.
+\end{funcdesc}
+
+\begin{funcdesc}{isname}{s}
+ Returns \code{True} if \var{s} is a valid name for a substitution
+ text, otherwise returns \code{False}.
\end{funcdesc}
The following exceptions are defined: