MCPcopy 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

Calls

no outgoing calls

Tested by 1