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

Method test_copy

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

Source from the content-addressed store, hash-verified

562 self.text = en.Text(en.parse(self.text, relations=True, lemmata=True))
563
564 def test_copy(self):
565 # Assert deepcopy of Text, Sentence, Chunk, PNP and Word.
566 self.text = self.text.copy()
567 print "pattern.en.Text.copy()"
568
569 def test_xml(self):
570 # Assert XML export and import.

Callers

nothing calls this directly

Calls 1

copyMethod · 0.45

Tested by

no test coverage detected