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

Class MyWrapper

Lib/test/test_str.py:557–559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

555 string_tests.StringLikeTest.test_join(self)
556
557 class MyWrapper:
558 def __init__(self, sval): self.sval = sval
559 def __str__(self): return self.sval
560
561 # mixed arguments
562 self.checkequalnofix('a b c d', ' ', 'join', ['a', 'b', 'c', 'd'])

Callers 1

test_joinMethod · 0.85

Calls

no outgoing calls

Tested by 1

test_joinMethod · 0.68

Used in the wild real call sites across dependent graphs

searching dependent graphs…