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

Class KickstartableTreesCollection

source code


The most base type

Instance Methods [hide private]
 
_init_cache(self) source code
 
_get_item_id(self, item)
Get the item ID out of an item.
source code
 
_get_item_timestamp(self, item)
Get the item timestamp out of an item.
source code

Inherited from BaseCollection: __init__, add_item, get_item, get_item_timestamp, has_item, reset

Inherited from BaseCollection (private): _init_fields

Class Variables [hide private]
  _shared_state = {}
Method Details [hide private]

_init_cache(self)

source code 
Overrides: BaseCollection._init_cache

_get_item_id(self, item)

source code 

Get the item ID out of an item. Override in subclasses

Overrides: BaseCollection._get_item_id
(inherited documentation)

_get_item_timestamp(self, item)

source code 

Get the item timestamp out of an item. Override in subclasses

Overrides: BaseCollection._get_item_timestamp
(inherited documentation)