MCPcopy Create free account
hub / github.com/KLayout/klayout / test_2

Method test_2

testdata/pymod/import_lay.py:50–54  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

48 self.assertEqual(str(bx), "(-42.09,-19.09;141.91,118.91)")
49
50 def test_2(self):
51
52 p = lay.LayerPropertiesNode()
53 p.name = "u"
54 self.assertEqual(p.name, "u")
55
56 def test_3(self):
57

Callers

nothing calls this directly

Calls 1

LayerPropertiesNodeMethod · 0.80

Tested by

no test coverage detected