Class f.s.PaddedNameStyle(Style):

Part of fixture.style View In Hierarchy

derives new names from padding names with prefixes/suffixes.
Method __init__ Undocumented
Method _pad 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.

Inherited from Style:

Method __add__ Undocumented
Method __repr__ Undocumented
def __init__(self, prefix=None, suffix=None):
Undocumented
def _pad(self, name):
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.
API Documentation for fixture, generated by pydoctor.