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

Class CollectionResultSet

source code


a set of CollectionResults

Instance Methods [hide private]
dict
dump(self)
Returns: a representation consisting of soleley builtin types.
source code

Inherited from _ListLike: __getstate__, __init__, __repr__, __setstate__

Inherited from list: __add__, __contains__, __delitem__, __delslice__, __eq__, __ge__, __getattribute__, __getitem__, __getslice__, __gt__, __hash__, __iadd__, __imul__, __iter__, __le__, __len__, __lt__, __mul__, __ne__, __new__, __reversed__, __rmul__, __setitem__, __setslice__, append, count, extend, index, insert, pop, remove, reverse, sort

Inherited from object: __delattr__, __reduce__, __reduce_ex__, __setattr__, __str__

Instance Variables [hide private]

Inherited from _ListLike: metadata

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

dump(self)

source code 
Returns: dict
a representation consisting of soleley builtin types. Includes: metadata=>dict & results=>list of CollectionResults