==========================
* Removed stripping of `cls`, and `self` from signatures. It is an error to
include these arguments in an Interface as they are not part of the public
interface of the object. Interfaces with these will not validate properly.
* Do not include constructor in interface - add docstring (if it is provided)
to the class documentation.