| Home | Trees | Index | Help |
|
|---|
| Package twisted :: Package python :: Module components :: Class Interface |
|
object --+
|
Interface
IConnectedLDAPEntry,
IConnector,
ICredentialsChecker,
IEditableLDAPEntry,
ILDAPConfig,
ILDAPEntry,
IMove,
ITransportBase class for interfaces.
Interfaces define and document an interface for a class. An interface class's name must begin with I, and all its methods should have no implementation code.
Objects that implement an interface should have an attribute __implements__, that should be either an Interface subclass or a tuple, or tuple of tuples, of such Interface classes.
A class whose instances implement an interface should list the
interfaces its instances implement in,
other)
Return the intersection of two sets as a new set.
__cmp__(self,
other)
__contains__(self,
element)
__ge__(self,
other)
__gt__(self,
other)
__iter__(self)
__le__(self,
other)
__len__(self)
__lt__(self,
other)
__or__(self,
other)
__str__(self)
__sub__(self,
other)
__xor__(self,
other)
issubset(self,
other)
issuperset(self,
other)
_binary_sanity_check(self,
other)
_compute_hash(self)
_repr(self,
sorted)
_update(self,
iterable)