Package arvados :: Module collection :: Class CollectionBase
[hide private]
[frames] | no frames]

Class CollectionBase

source code

builtins.object --+
                  |
                 CollectionBase

Abstract base class for Collection classes.

Instance Methods [hide private]
 
__enter__(self) source code
 
__exit__(self, exc_type, exc_value, traceback) source code
 
_my_keep(self) source code
 
stripped_manifest(self)
Get the manifest with locator hints stripped.
source code
Method Details [hide private]

stripped_manifest(self)

source code 

Get the manifest with locator hints stripped.

Return the manifest for the current collection with all non-portable hints (i.e., permission signatures and other hints other than size hints) removed from the locators.