1 import compute.api
2 import data.api
3
7
9 return repr(self.value)
10
11
13 """ B{ComputeDataService (CDS).}
14
15 The ComputeDataService is the application's interface to submit
16 ComputeUnits and PilotData/DataUnit to the Pilot-Manager
17 in the P* Model.
18 """
19
20
22 """ Create a Compute Data Service object.
23
24 Keyword arguments:
25 wds_id -- Reconnect to an existing WDS (optional).
26 """
27 raise NotImplementedError("Abstract super class, please use ComputeDataService implementation class in pilot namespace")
28