Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_nested2
Method
get_nested2
Lib/test/picklecommon.py:442–443 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
440
class
__Nested:
441
@classmethod
442
def
get_nested2(cls):
443
return
cls.__Nested2
444
445
class
__Nested2:
446
pass
Callers
1
test_private_nested_classes
Method · 0.80
Calls
no outgoing calls
Tested by
1
test_private_nested_classes
Method · 0.64