Stor

interface for a storage medium.


Methods

f __init__(...) ...

x.__init__(...) initializes x; see x.__class__.__doc__ for signature

f clean(self) ...

erases any previous contents in storage.

f close(self) ...

perform any close logic, like closing a file.

f save(self, **kwds) ...

saves fields in kwds.

See the source for more information.