pypushflow.tests.test_workflow3.Submodel1#

class pypushflow.tests.test_workflow3.Submodel1(parent, name, thread_counter)[source]#

Bases: Submodel

Submodel containing one python actor.

addActorRef(actorRef)#
connect(actor, portName='Out')#
connectOnError(actor)#
property db_client#
getActorPath()#
getPort(portName)#
property pool#
setStatus(status)#
stop(*args, **kw)#
property stop_exception: BaseException | None#
triggerOnError(inData)#