MCPcopy 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

435class PrivateNestedClasses:
436 @classmethod
437 def get_nested(cls):
438 return cls.__Nested
439
440 class __Nested:
441 @classmethod

Callers 3

test_nestedMethod · 0.80

Calls

no outgoing calls

Tested by 3

test_nestedMethod · 0.64