Package twisted :: Package python :: Module components :: Class MetaInterface
[show private | hide private]
[frames | no frames]

Class MetaInterface

object --+    
         |    
      type --+
             |
            MetaInterface


Method Summary
  __call__(self, adaptable, default, persist, registry)
Try to adapt `adaptable' to self; return `default' if it was passed, otherwise raise CannotAdapt.
a new object with type S, a subtype of T __new__(S, ...)

Method Details

__call__(self, adaptable, default=<class twisted.python.components._Nothing at..., persist=None, registry=None)
(Call operator)

Try to adapt `adaptable' to self; return `default' if it was passed, otherwise raise CannotAdapt.

__new__(S, ...)

Returns:
a new object with type S, a subtype of T

Generated by Epydoc 1.1 on Fri Jun 27 03:48:40 2003 http://epydoc.sf.net