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

Method test_user_function_normal

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

Source from the content-addressed store, hash-verified

753 self.assert_not_shareable(defs.TOP_FUNCTIONS)
754
755 def test_user_function_normal(self):
756 self.assert_roundtrip_equal(defs.TOP_FUNCTIONS)
757 self.assert_func_defs_same(defs)
758
759 def test_user_func_in___main__(self):
760 with using___main__() as mod:

Callers

nothing calls this directly

Calls 2

assert_func_defs_sameMethod · 0.95

Tested by

no test coverage detected