class documentation
class ElementMakerTests(TestCase): (source)
elementMaker
generates HTML representing the specified element.
Method | set |
Undocumented |
Method | test_no |
elementMaker should render an element with no attributes. |
Method | test_quotes |
elementMaker quotes HTML attributes according to DOT's quoting rule. |
Method | test_sorts |
elementMaker orders HTML attributes lexicographically. |
Instance Variable | element |
Undocumented |
elementMaker
quotes HTML attributes according to DOT's quoting rule.
See http://www.graphviz.org/doc/info/lang.html, footnote 1.