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

Method test_text

test/test_graph.py:109–112  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

107 print "pattern.graph.Node.flatten()"
108
109 def test_text(self):
110 n = self.g.add_node("d", text=None)
111 self.assertTrue(n.text == None)
112 print "pattern.graph.Node.text"
113
114#---------------------------------------------------------------------------------------------------
115

Callers

nothing calls this directly

Calls 1

add_nodeMethod · 0.45

Tested by

no test coverage detected