Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/python/cpython
/ get_nested
Method
get_nested
Lib/test/picklecommon.py:437–438 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
435
class
PrivateNestedClasses:
436
@classmethod
437
def
get_nested(cls):
438
return
cls.__Nested
439
440
class
__Nested:
441
@classmethod
Callers
3
test_nested
Method · 0.80
test_private_nested_classes
Method · 0.80
assertInstructionsMatch_recursive
Method · 0.80
Calls
no outgoing calls
Tested by
3
test_nested
Method · 0.64
test_private_nested_classes
Method · 0.64
assertInstructionsMatch_recursive
Method · 0.64