library packages
This commit is contained in:
7
.venv/lib/python3.12/site-packages/pyproj/_datadir.pxd
Normal file
7
.venv/lib/python3.12/site-packages/pyproj/_datadir.pxd
Normal file
@@ -0,0 +1,7 @@
|
||||
include "proj.pxi"
|
||||
|
||||
cpdef str _get_proj_error() noexcept
|
||||
cpdef void _clear_proj_error() noexcept
|
||||
cdef PJ_CONTEXT* PYPROJ_GLOBAL_CONTEXT
|
||||
cdef PJ_CONTEXT* pyproj_context_create() except *
|
||||
cdef void pyproj_context_destroy(PJ_CONTEXT* context) except *
|
||||
Reference in New Issue
Block a user