(x, encoding=None)
| 186 | # See https://github.com/cython/cython/pull/3291 and |
| 187 | # https://github.com/ipython/ipython/issues/12068 |
| 188 | def no_code(x, encoding=None): |
| 189 | return x |
| 190 | unicode_to_str = cast_bytes_py2 = no_code |
| 191 |
nothing calls this directly
no outgoing calls
no test coverage detected