[Zope-Checkins] CVS: Packages/ZConfig/doc - zconfig.tex:1.11
Fred L. Drake, Jr.
fdrake@acm.org
Mon, 21 Oct 2002 15:00:25 -0400
Update of /cvs-repository/Packages/ZConfig/doc
In directory cvs.zope.org:/tmp/cvs-serv18107/doc
Modified Files:
zconfig.tex
Log Message:
Added getlist(), has_key(), and __getitem__(), and related tests and
documentation.
=== Packages/ZConfig/doc/zconfig.tex 1.10 => 1.11 ===
--- Packages/ZConfig/doc/zconfig.tex:1.10 Tue Oct 15 14:30:13 2002
+++ Packages/ZConfig/doc/zconfig.tex Mon Oct 21 14:59:54 2002
@@ -373,6 +373,16 @@
neither \var{min} nor \var{max} is given.
\end{methoddesc}
+\begin{methoddesc}[Configuration]{getlist}{key\optional{, default}}
+ Return the value for \var{key}, converted to a list. List items are
+ separated by whitespace.
+\end{methoddesc}
+
+\begin{methoddesc}[Configuration]{has_key}{key}
+ Return \code{True} if \var{key} has an associated value, otherwise
+ returns \code{False}.
+\end{methoddesc}
+
\begin{methoddesc}[Configuration]{items}{}
Return a list of key-value pairs from this section, including any
available from the delegate section.