Missing interfaces in Python...

Fredrik Lundh fredrik at pythonware.com
Mon Apr 17 17:17:26 EDT 2006


Jonathan Daugherty wrote_

> # In Python, you would simply call the functions you need. No need to
> # make things that rigidly defined.
>
> Except when you need to handle exceptions when those methods don't
> exist.  I think interfaces can definitely be useful.

so with interfaces, missing methods will suddenly appear out of thin
air ?

</F>






More information about the Python-list mailing list