(*args)
| 150 | return chr(ord(arg)+1) |
| 151 | |
| 152 | def pack(*args): |
| 153 | return args |
| 154 | |
| 155 | class BuiltinTest(ComplexesAreIdenticalMixin, unittest.TestCase): |
| 156 | # Helper to check picklability |
no outgoing calls
no test coverage detected
searching dependent graphs…