DEBSOURCES
Skip Quicknav
sources / cython / 3.0.11%2Bdfsg-2 / tests / compile / types_and_names.pxd
123456789
cdef struct point: double x double y double z cdef foo(int, int i, list, list L, point, point p, point* ps)