Ignore:
Timestamp:
21 May 2015, 12:31:01 (9 years ago)
Author:
Henrik Bettermann
Message:

Change docstring of attrs_to_fields.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.kofa/trunk/src/waeup/kofa/utils/helpers.py

    r12433 r12974  
    391391
    392392def attrs_to_fields(cls, omit=[]):
    393     """Turn the attributes of a class into FieldProperty instances.
     393    """Set class attributes and bind them to the data definitions
     394    specified in the interface by turning the attributes into FieldProperty
     395    instances.
    394396
    395397    With Python >= 2.6 we can even use this function as a class decorator.
Note: See TracChangeset for help on using the changeset viewer.