Changeset 6242


Ignore:
Timestamp:
30 May 2011, 01:51:56 (13 years ago)
Author:
uli
Message:

More docs.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.sirp/trunk/src/waeup/sirp/university/certificatecontainer.py

    r6240 r6242  
    3434        """Insert `certificate` with `name` as key into container.
    3535
    36         The certificate must be an object implementing
     36        The `certificate` must be an object implementing
    3737        :iface:`waeup.sirp.university.interfaces.ICertificate`. If
    3838        not, a :exc:`TypeError` is raised.
     
    8888    def clear(self):
    8989        """Remove all contents from the certificate container.
     90
     91        This methods is pretty fast and optimized. Use it instead of
     92        removing all items manually yourself.
    9093        """
    9194        # This internal function is implemented in C and thus much
Note: See TracChangeset for help on using the changeset viewer.