Documentation of the libisds Python Wrapper

isds.isds_set_logging(facilities, level)

Sets the logging verbosity of the library.

Note:

By default the library logs into standard error output.

Parameters:
isds.isds_strerror(error)

Return text description of the library error.

Parameters:error (isds_error) – Error code.
Returns:(string) Text description.
isds.isds_version()

Return version string of the underlying library. Version of dependencies can be embedded.

Note:Do no try to parse it.
Rerurn:(string) Version string.
isds.wrapper_version()

Return version string of the wrapper code. The format of the version string may vary.

Note:Do no try to parse it.
Rerurn:(string) Version string.

Indices and tables