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

Method test_expandtabs_optimization

Lib/test/test_str.py:2474–2476  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2472
2473 @support.cpython_only
2474 def test_expandtabs_optimization(self):
2475 s = 'abc'
2476 self.assertIs(s.expandtabs(), s)
2477
2478 @unittest.expectedFailure # TODO: RUSTPYTHON
2479 def test_raiseMemError(self):

Callers

nothing calls this directly

Calls 2

assertIsMethod · 0.45
expandtabsMethod · 0.45

Tested by

no test coverage detected