Class f.s.Style(object):

Part of fixture.style View In Hierarchy

Known subclasses: fixture.style.CamelAndUndersStyle, fixture.style.ChainedStyle, fixture.style.OriginalStyle, fixture.style.PaddedNameStyle, fixture.style.TrimmedNameStyle

utility for deriving new names from existing names.

each method receives a name and returns a new name.

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.
Method __repr__ Undocumented
def __add__(self, newstyle):
Undocumented
def to_attr(self, name):
converts name to a new name suitable for an attribute.
def guess_storable_name(self, name):
converts a dataset class name to a storage class name.
def __repr__(self):
Undocumented
API Documentation for fixture, generated by pydoctor.