Package grassyknoll :: Package collection :: Module Collection
[hide private]

Module Collection

source code

basic API for collections

Classes [hide private]
  _ListLike
base class for things that inherit from list
  _DictLike
base class for things that inherit from dict
  CollectionDocument
An item that may be added to a Collection
  CollectionResult
An item that may be retrieved from a Collection
  CollectionResultSet
a set of CollectionResults
  CollectionIds
a set of ids in the collection
  Collection
A bunch of items.
Functions [hide private]
 
addMetaData(func)
decorator that adds metadata to the results of function call
source code