summaryrefslogtreecommitdiff
path: root/docs/examples/tutorial/string/api_func.pyx
blob: c9e05f9e3f1e1706bbe201ad1ffeda1104811eba (plain)
1
2
3
4
5
from to_unicode cimport _text

def api_func(s):
    text_input = _text(s)
    # ...