Files
2024-12-19 20:22:56 -08:00

6 lines
138 B
Cython

include "proj.pxi"
cpdef str _get_proj_error()
cpdef void _clear_proj_error() noexcept
cdef PJ_CONTEXT* pyproj_context_create() except *