jet.factory.TaskBasedContractor

TaskBasedContractor(*args, **kwargs)Union[jet.bindings.TaskBasedContractorC64, jet.bindings.TaskBasedContractorC128][source]

Constructs a task-based contractor (TBC) with the specified data type. If a dtype keyword argument is not provided, a TaskBasedContractorC128 instance will be returned.

Parameters
  • *args – Positional arguments to pass to the TBC constructor.

  • **kwargs – Keyword arguments to pass to the TBC constructor.

Returns

Task-based contractor instance.