Ignore:
Timestamp:
30 Jun 2015, 07:14:17 (9 years ago)
Author:
Henrik Bettermann
Message:

More docs.

Location:
main/waeup.kofa/trunk/src/waeup/kofa
Files:
2 edited

Legend:

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

    r11477 r13118  
    5555
    5656    def getSessionString(self):
     57        """Return the session string from the vocabulary.
     58        """
    5759        return academic_sessions_vocab.getTerm(self.academic_session).title
    5860
  • main/waeup.kofa/trunk/src/waeup/kofa/interfaces.py

    r13034 r13118  
    714714        )
    715715
     716    def addSessionConfiguration(sessionconfiguration):
     717        """Add a session configuration object.
     718        """
     719
    716720class ISessionConfiguration(IKofaObject):
    717721    """A session configuration object.
     
    783787
    784788    def getSessionString():
    785         """Returns the session string from the vocabulary.
     789        """Return the session string from the vocabulary.
    786790        """
    787791
Note: See TracChangeset for help on using the changeset viewer.