コード例 #1
0
 def __init__(self):
     # Specify the workflow name:
     Backend.__init__(self, theflowname)
コード例 #2
0
 def __init__(self): 
     # Specify the workflow name:       
     Backend.__init__(self, theflowname)  
コード例 #3
0
 def __init__(self): 
     Backend.__init__(self, theflowname, dashboard=True);
コード例 #4
0
 def __init__(self):
     Backend.__init__(self, theflowname, dashboard=True)