Package backend :: Package satellite_tools :: Module sync_handlers :: Class ShortPackageCollection
[hide private]
[frames] | no frames]

Class ShortPackageCollection

source code


The most base type

Instance Methods [hide private]
 
__init__(self) source code
 
_init_cache(self) source code
 
add_item(self, package)
Stores a package in the collection
source code
 
get_package(self, package_id)
Return the package with the specified id from the collection
source code
 
has_package(self, package_id)
Returns true if the package exists in the collection
source code
 
reset(self)
Reset the collection
source code
Class Variables [hide private]
  _shared_state = {}