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
Joshua
zodb
Commits
35209640
Commit
35209640
authored
Jan 02, 2003
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update to use the forward-compatibility aliases.
parent
81a82e3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
doc/ZConfig/zconfig.tex
doc/ZConfig/zconfig.tex
+3
-3
No files found.
doc/ZConfig/zconfig.tex
View file @
35209640
...
...
@@ -315,13 +315,13 @@ The context object offers two methods that are used to load a
configuration. Exactly one of these methods should be called, and it
should be called only once:
\begin
{
methoddesc
}{
load
}{
url
}
\begin
{
methoddesc
}{
load
URL
}{
url
}
Load and return a configuration object from a resource. The
resource is identified by a URL or path given as
\var
{
url
}
.
Fragment identifiers are not supported.
\end
{
methoddesc
}
\begin
{
methoddesc
}{
load
f
ile
}{
file
\optional
{
, url
}}
\begin
{
methoddesc
}{
load
F
ile
}{
file
\optional
{
, url
}}
Load and return a configuration from an opened file object.
If
\var
{
url
}
is omitted, one will be computed based on the
\member
{
name
}
attribute of
\var
{
file
}
, if it exists. If no URL can
...
...
@@ -362,7 +362,7 @@ subclasses; this should suffice for most context specialization.
\begin
{
methoddesc
}{
createToplevelSection
}{
url
}
Create a new section that represents a section loaded and returned
by the
\method
{
load
()
}
method of the context object. The returned
by the
\method
{
load
URL
()
}
method of the context object. The returned
section should be conform to the interface of the
\class
{
ImportingConfiguration
}
class
(
see the
\refmodule
{
ZConfig.Config
}
module's documentation for more
...
...
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