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

Method test_user_class_normal

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

Source from the content-addressed store, hash-verified

644 self.assert_not_shareable(instances)
645
646 def test_user_class_normal(self):
647 self.assert_class_defs_same(defs)
648
649 def test_user_class_in___main__(self):
650 with using___main__() as mod:

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected