Changeset 6242 for main/waeup.sirp/trunk/src/waeup/sirp/university
- Timestamp:
- 30 May 2011, 01:51:56 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/trunk/src/waeup/sirp/university/certificatecontainer.py
r6240 r6242 34 34 """Insert `certificate` with `name` as key into container. 35 35 36 The certificatemust be an object implementing36 The `certificate` must be an object implementing 37 37 :iface:`waeup.sirp.university.interfaces.ICertificate`. If 38 38 not, a :exc:`TypeError` is raised. … … 88 88 def clear(self): 89 89 """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. 90 93 """ 91 94 # This internal function is implemented in C and thus much
Note: See TracChangeset for help on using the changeset viewer.