MCPcopy Index your code
hub / github.com/RustPython/RustPython / MyWrapper

Class MyWrapper

Lib/test/test_str.py:550–552  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

548 string_tests.StringLikeTest.test_join(self)
549
550 class MyWrapper:
551 def __init__(self, sval): self.sval = sval
552 def __str__(self): return self.sval
553
554 # mixed arguments
555 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