Files
california-equity-git/.venv/lib/python3.12/site-packages/pyproj/_context.pxd
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 *