The docs within the extensions contain relevant info for the old API. All the extension functions need to be updated with the docs from the corresponding python wrapper.
The difference between the wrapper and the extension is that the extensions only accept string for a binfile (and not arrays, unlike the python wrappers). The return value always is a tuple with the results and time (unlike the python wrapper, which only returns a tuple if c_api_timer is set.
The docs within the extensions contain relevant info for the old API. All the extension functions need to be updated with the docs from the corresponding python wrapper.
The difference between the wrapper and the extension is that the extensions only accept string for a
binfile
(and not arrays, unlike the python wrappers). The return value always is a tuple with theresults
andtime
(unlike the python wrapper, which only returns a tuple ifc_api_timer
is set.