Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ test_nested_function
Method
test_nested_function
Lib/test/test_crossinterp.py:821–822 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
819
self.assert_func_defs_not_shareable(defs)
820
821
def
test_nested_function(self):
822
self.assert_not_shareable(defs.NESTED_FUNCTIONS)
823
824
# exceptions
825
Callers
nothing calls this directly
Calls
1
assert_not_shareable
Method · 0.80
Tested by
no test coverage detected