Class f.s.CamelAndUndersStyle(Style):

Part of fixture.style View In Hierarchy

No class docstring
Method to_attr derives lower case, underscored names from camel case class names.
Method guess_storable_name assume a storage name is the same as original.

Inherited from Style:

Method __add__ Undocumented
Method __repr__ Undocumented
def to_attr(self, name):
derives lower case, underscored names from camel case class names.

i.e. EmployeeData translates to employee_data

def guess_storable_name(self, name):
assume a storage name is the same as original.

i.e. Employee becomes Employee

API Documentation for fixture, generated by pydoctor.