Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
VIGNET Pierre
cadbiom
Commits
95b879a3
Commit
95b879a3
authored
Jan 29, 2020
by
VIGNET Pierre
Browse files
[lib] XmlVisitor: Fix typos in doc
parent
7485b1c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
library/cadbiom/models/guard_transitions/translators/chart_xml.py
View file @
95b879a3
...
...
@@ -41,13 +41,13 @@
##
"""Load and generate Cadbiom xml files
Classes:
:
Classes:
- :class:`XmlVisitor`: Visitor used to generate xml cadbiom code when the
model is exported.
- :class:`MakeHandler`: Make a handler for the parser when the model is loaded.
- :class:`MakeModelFromXmlFile`: Handy class used to parse an xml file.
- :class:`MakeModelFromXmlString`: Handy class used to parse an xml string.
- :class:`XmlVisitor`: Visitor used to generate xml cadbiom code when the
model is exported.
- :class:`MakeHandler`: Make a handler for the parser when the model is loaded.
- :class:`MakeModelFromXmlFile`: Handy class used to parse an xml file.
- :class:`MakeModelFromXmlString`: Handy class used to parse an xml string.
"""
from
__future__
import
unicode_literals
from
__future__
import
print_function
...
...
@@ -214,8 +214,8 @@ class XmlVisitor:
"""Interative build of XML tree for model saving
.. note:: namespace seems to be useless regarding nsmap here,
because we use the default namespace without prefix...
See http://lxml.de/tutorial.html#namespaces.
because we use the default namespace without prefix...
See http://lxml.de/tutorial.html#namespaces.
"""
header
=
objectify
.
ElementMaker
(
annotate
=
False
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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