MCPcopy Index your code
hub / github.com/clips/pattern / test_xml

Method test_xml

test/test_en.py:569–573  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

567 print "pattern.en.Text.copy()"
568
569 def test_xml(self):
570 # Assert XML export and import.
571 self.text = en.Text.from_xml(self.text.xml)
572 print "pattern.en.Text.xml"
573 print "pattern.en.Text.from_xml()"
574
575 def test_text(self):
576 # Assert Text.

Callers

nothing calls this directly

Calls 1

from_xmlMethod · 0.45

Tested by

no test coverage detected