Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Z
ZODB
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Kirill Smelkov
ZODB
Commits
6c0ddfb8
Commit
6c0ddfb8
authored
Nov 22, 2002
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Document the pubilc attributes for Configuration objects.
parent
f889d8b3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
24 additions
and
2 deletions
+24
-2
doc/ZConfig/zconfig.tex
doc/ZConfig/zconfig.tex
+24
-2
No files found.
doc/ZConfig/zconfig.tex
View file @
6c0ddfb8
...
...
@@ -349,8 +349,18 @@ for the top level of a configuration and for imported resources).
and changes the lookup semantics of the
\method
{
get()
}
method.
\end{classdesc}
\class
{
Configuration
}
objects provide the following methods to
retrieve values from the section:
\class
{
Configuration
}
objects provide the following attributes and
methods to retrieve information from the section:
\begin{memberdesc}
[Configuration]
{
container
}
The containing section of this section, or
\code
{
None
}
.
\end{memberdesc}
\begin{memberdesc}
[Configuration]
{
delegate
}
The
\class
{
Configuration
}
object to which lookups are delegated when
they cannot be satisfied directly. If there is no such section,
this will be
\code
{
None
}
.
\end{memberdesc}
\begin{methoddesc}
[Configuration]
{
get
}{
key
\optional
{
, default
}}
Returns the value for
\var
{
key
}
as a string; a value from the
...
...
@@ -410,6 +420,18 @@ retrieve values from the section:
from the delegate section.
\end{methoddesc}
\begin{memberdesc}
[Configuration]
{
name
}
The name of this section, or
\code
{
None
}
.
\end{memberdesc}
\begin{memberdesc}
[Configuration]
{
type
}
The type of this section as a string.
\end{memberdesc}
\begin{memberdesc}
[Configuration]
{
url
}
The URL of the source this section was loaded from.
\end{memberdesc}
The following methods are used to modify the values defined in a
section:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment