Class f.s.ChainedStyle(Style):

Part of fixture.style View In Hierarchy

combination of two styles, piping first translation into second translation.
Method __init__ Undocumented
Method __getattribute__ Undocumented
Method __repr__ Undocumented

Inherited from Style:

Method __add__ Undocumented
Method to_attr converts name to a new name suitable for an attribute.
Method guess_storable_name converts a dataset class name to a storage class name.
def __init__(self, first_style, next_style):
Undocumented
def __getattribute__(self, c):
Undocumented
def __repr__(self):
Undocumented
API Documentation for fixture, generated by pydoctor.