Commit 669461b9 authored by Fred Drake's avatar Fred Drake

Add a type filter to getChildSections().

parent 60fbe0fe
......@@ -439,9 +439,11 @@ The following methods are used in retrieving and managing sections:
section.
\end{methoddesc}
\begin{methoddesc}[Configuration]{getChildSections}{}
\begin{methoddesc}[Configuration]{getChildSections}{\optional{type}}
Returns a sequence of all child sections, in the order in which they
were added.
were added. If \var{type} is omitted or \code{None}, all sections
are returned; otherwise only sections of the specified type are
included. The delegate is never consulted by this method.
\end{methoddesc}
\begin{methoddesc}[Configuration]{getSection}{type\optional{, name}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment