Ignore:
Timestamp:
24 Nov 2011, 11:31:04 (13 years ago)
Author:
Henrik Bettermann
Message:

Rename functions according to the WAeUP style guide:

functions and methods with property decorator with underscore

methods with CamelCase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/students/interfaces.py

    r7150 r7186  
    3030
    3131    """
    32     def get_payment_details(category, student):
     32    def getPaymentDetails(category, student):
    3333        """Get the payment dates of a student for the payment category
    3434        specified.
     
    3636        """
    3737
    38     def get_accommodation_details(student):
     38    def getAccommodation_details(student):
    3939        """Determine the accommodation dates of a student.
    4040
    4141        """
    4242
    43     def select_bed(available_beds):
     43    def selectBed(available_beds):
    4444        """Select a bed from a list of available beds.
    4545
     
    4848        """
    4949
    50     def render_pdf(view, subject='', filename='slip.pdf',):
     50    def renderPDF(view, subject='', filename='slip.pdf',):
    5151        """Render pdf slips for various pages.
    5252
Note: See TracChangeset for help on using the changeset viewer.