DEBSOURCES
Skip Quicknav
sources / cython / 3.1.6%2Bdfsg-2 / docs / examples / tutorial / string / api_func.py
12345
from cython.cimports.to_unicode import _text def api_func(s): text_input = _text(s) # ...