summaryrefslogtreecommitdiff
path: root/docs/examples/quickstart/cythonize/cdef_keyword.py
blob: 6c0ee3e68eb5425dba5c74bee9b202ccf1d2fd40 (plain)
1
2
3
4
@cython.cfunc
@cython.exceptval(-2, check=True)
def f(x: cython.double) -> cython.double:
    return x ** 2 - x