class documentation

class ProcessState(PostSortRec):

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method __repr__ Undocumented
Method execute​_aggregate Undocumented
Class Variable __slots__ Undocumented
Instance Variable dependency​_processor Undocumented
Instance Variable isdelete Undocumented
Instance Variable sort​_key Undocumented
Instance Variable state Undocumented

Inherited from PostSortRec:

Method __new__ Undocumented
def __init__(self, uow, dependency_processor, isdelete, state):

Undocumented

def __repr__(self):

Undocumented

def execute_aggregate(self, uow, recs):
__slots__: tuple[str, ...] =
dependency_processor =

Undocumented

isdelete =

Undocumented

sort_key =

Undocumented

state =

Undocumented