2 '''Basic service interface. 3 If you want your own service, you should respect this interface 4 so that your service can be used by the looper. 9 cfg: framework.config.Service object containing whatever parameters 12 outdir: output directory for your service (feel free not to use it) 14 Please have a look at TFileService for more information 19 Called by the looper, not by the user. 25 Called by the looper, not by the user.
def __init__(self, cfg, comp, outdir)