6.1.1 Module level functions and Data Types

Load

This is the only module level function. It can be used to load a particular service provider. It returns a handler object that can be used to invoke further services supported by the provider.

scriptextHandle

This is the type of the object which is returned by Load() API. Services can be invoked using the Call() API of this object.

The provider returns data wrapped in the objects as mentioned in the following:

Note: Examples of using these objects are listed in the following sections.

scriptextmap

Python wrapper over Platform Service API map object. The following operations are supported over this object:

scriptextlist

Python wrapper over Platform Service API List object. The following operations are supported over this object:

scriptextiterable

Python wrapper over Platform Service API Iterable object. The following operation is supported over this object:

See About this document... for information on suggesting changes.