The ContentAdapter does not check whether teh supplied delegate already contains anything.
This should be checked and the self.assertion field should be set correctly.
right now using ContentAdapter will most likely result in very strange behaviour.
All modules should be documented with a docstring containing at least:
- A general description.
- Information whether this module should be imported directly or via another 'lazyModule'.
All classes should be documented with a docstring containing at least:
- A general description.
All functions should be documented with a docstring containing at least:
- A general description...