Changeset 6351


Ignore:
Timestamp:
11 Jun 2011, 16:10:39 (13 years ago)
Author:
Henrik Bettermann
Message:

Add docstrings.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/applicants/browser.py

    r6349 r6351  
    504504        return '%s Application Record' % container_title
    505505
    506     @property
    507506    def getCourseAdmitted(self):
     507        """Return link, title and code in html format to the certificate admitted.
     508        """
    508509        course_admitted = self.context.course_admitted
    509         #import pdb; pdb.set_trace()
    510510        if ICertificate.providedBy(course_admitted):
    511511            url = self.url(course_admitted)
     
    550550
    551551    def getTransitions(self):
    552         """XXX: need docs
     552        """Return a list of dicts of allowed transition ids and titles.
    553553        """
    554554        allowed_transitions_ids = IWorkflowInfo(
Note: See TracChangeset for help on using the changeset viewer.