(self, s)
| 576 | class StrTest(unittest.TestCase, BaseStrTest): |
| 577 | |
| 578 | def from_latin1(self, s): |
| 579 | return s |
| 580 | |
| 581 | def basic_encode_test(self, size, enc, c='.', expectedsize=None): |
| 582 | if expectedsize is None: |
no outgoing calls
no test coverage detected