StateDictManager#
- class braincore.StateDictManager#
State stack, for collecting all
Stateused in the program.StateDictManagersupports all features of python dict.- assign_values(*args)[source]#
Assign the value for each element according to the given
data.- Return type:
- split(first, *others)[source]#
Split the stack into subsets of stack by the given types.
- Return type: