std_call
Return the correct STDCALL function for certain OSR routines on Win32 platforms.
def std_call(
func: string
) - > callable
Return the correct STDCALL function for certain OSR routines on Win32 platforms.
Parameters
| Name | Type | Description |
|---|---|---|
| func | string | The name of the OSR routine to retrieve from the GDAL library bindings |
Returns
| Type | Description |
|---|---|
callable | The platform-specific function implementation retrieved from either the lwingdal or lgdal library mapping |