Public Member Functions | |
def | append (self, value) |
def | pull_base (self) |
def | store_diff (self) |
def | finalize (self) |
A dict-type container with attribute, item and index style access intended to hold a attribute-accessible list of Data(). This is unordered. Assumptions: N/A Source: N/A
def SUAVE.Core.Diffed_Data.Container.append | ( | self, | |
value | |||
) |
Appends the value to the containers Assumptions: None Source: N/A Inputs: self Outputs: N/A Properties Used: N/A
def SUAVE.Core.Diffed_Data.Container.finalize | ( | self | ) |
This just does a pull_base() Assumptions: N/A Source: N/A Inputs: N/A Outputs: N/A Properties Used: N/A
def SUAVE.Core.Diffed_Data.Container.pull_base | ( | self | ) |
Updates the differences Assumptions: N/A Source: N/A Inputs: N/A Outputs: N/A Properties Used: N/A
def SUAVE.Core.Diffed_Data.Container.store_diff | ( | self | ) |
Finds the differences and saves them Assumptions: N/A Source: N/A Inputs: N/A Outputs: N/A Properties Used: N/A