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
724a9a79
Commit
724a9a79
authored
Dec 04, 2002
by
Fred Drake
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add isname() function to ZConfig.Substitution.
parent
90af066a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
doc/ZConfig/zconfig.tex
doc/ZConfig/zconfig.tex
+6
-2
No files found.
doc/ZConfig/zconfig.tex
View file @
724a9a79
...
...
@@ -627,8 +627,7 @@ containment chain is optional.
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
...
...
@@ -636,6 +635,11 @@ information about a source string:
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:
\begin{excdesc}
{
SubstitutionError
}
...
...
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