MCPcopy Index your code
hub / github.com/python/cpython / Subclass

Class Subclass

Lib/test/picklecommon.py:399–401  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

397
398# For test_c_methods
399class Subclass(tuple):
400 class Nested(str):
401 pass
402
403# For test_private_methods
404class PrivateMethods:

Callers 1

test_c_methodsMethod · 0.70

Calls

no outgoing calls

Tested by 1

test_c_methodsMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…