Class f.d.MergedSuperSet(SuperSet):

Part of fixture.dataset View In Hierarchy

a collection of data sets.

all attributes of all data sets are merged together so that they are accessible in this class, independent of dataset. duplicate attribute names are not allowed

Class Meta Undocumented
Method __init__ Undocumented
Method _setdataset Undocumented
Method _store_datasets Undocumented

Inherited from DataContainer (via SuperSet):

Method __contains__ Undocumented
Method __getitem__ Undocumented
Method __getattribute__ Undocumented
Method __repr__ Undocumented
Method get Undocumented
Method _setdata Undocumented

Inherited from DataSetContainer (via SuperSet):

Method __iter__ Undocumented
Method _dataset_to_key Undocumented
def __init__(self, *datasets):
Undocumented
def _setdataset(self, dataset, key=None, isref=False):
Undocumented
def _store_datasets(self, datasets):
Undocumented
API Documentation for fixture, generated by pydoctor.