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

Class StrSubclass

Lib/test/test_str.py:56–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

54 return text.encode().decode()
55
56class StrSubclass(str):
57 pass
58
59class OtherStrSubclass(str):
60 pass

Callers 5

test_asciiMethod · 0.70
test_reprMethod · 0.70
test_constructorMethod · 0.70
test_conversionMethod · 0.70

Calls

no outgoing calls

Tested by 5

test_asciiMethod · 0.56
test_reprMethod · 0.56
test_constructorMethod · 0.56
test_conversionMethod · 0.56

Used in the wild real call sites across dependent graphs

searching dependent graphs…