Exemplo n.º 1
0
 def __init__(self, *args, **kwargs):
     _DBWorkflow.__init__(self, *args, **kwargs)
     self.objects = {}
     self.tmp_id = IdScope(1,
                           {DBAbstraction.vtType: DBModule.vtType,
                            DBGroup.vtType: DBModule.vtType})
Exemplo n.º 2
0
 def __init__(self, *args, **kwargs):
     _DBWorkflow.__init__(self, *args, **kwargs)
     self.objects = {}
     self.tmp_id = IdScope(1, {DBAbstractionRef.vtType: DBModule.vtType})
Exemplo n.º 3
0
    def __init__(self, *args, **kwargs):
	_DBWorkflow.__init__(self, *args, **kwargs)
	self.objects = {}
        self.tmp_id = IdScope(1)
Exemplo n.º 4
0
 def __init__(self, *args, **kwargs):
     _DBWorkflow.__init__(self, *args, **kwargs)
     self.objects = {}
     self.tmp_id = IdScope(1)