class documentation

Provide the persistence method implementations for contexts.

Static Method load Unpickle the context from a file
Method save Pickle the data context out to a file
@staticmethod
def load(file_or_path): (source)

Unpickle the context from a file Parameters ---------- file_or_path : str or readable filelike object Returns ------- context : object

def save(self, file_or_path): (source)

Pickle the data context out to a file Parameters ---------- file_or_path : str or writable filelike object