MCPcopy Index your code
hub / github.com/python/cpython / test_nested

Method test_nested

Lib/test/test_symtable.py:236–240  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

234 self.assertTrue(self.spam.is_optimized())
235
236 def test_nested(self):
237 self.assertFalse(self.top.is_nested())
238 self.assertFalse(self.Mine.is_nested())
239 self.assertFalse(self.spam.is_nested())
240 self.assertTrue(self.internal.is_nested())
241
242 def test_children(self):
243 self.assertTrue(self.top.has_children())

Callers

nothing calls this directly

Calls 3

assertFalseMethod · 0.80
is_nestedMethod · 0.80
assertTrueMethod · 0.80

Tested by

no test coverage detected