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

Method test_nested_class

Lib/test/test_crossinterp.py:711–714  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

709 self.assert_class_defs_not_shareable(defs)
710
711 def test_nested_class(self):
712 eggs = defs.EggsNested()
713 with self.assertRaises(NotShareableError):
714 self.get_roundtrip(eggs)
715
716 # functions
717

Callers

nothing calls this directly

Calls 2

get_roundtripMethod · 0.80
assertRaisesMethod · 0.45

Tested by

no test coverage detected