Methods
|
|
__adapt__
__init__
addImplicationListener
addImpliedProtocol
registerImplementation
registerObject
|
|
__adapt__
|
__adapt__ ( self, obj )
|
|
__init__
|
__init__ ( self, iface )
|
|
addImplicationListener
|
addImplicationListener ( self, listener )
|
|
addImpliedProtocol
|
addImpliedProtocol (
self,
proto,
adapter=NO_ADAPTER_NEEDED,
depth=1,
)
|
|
registerImplementation
|
registerImplementation (
self,
klass,
adapter=NO_ADAPTER_NEEDED,
depth=1,
)
Exceptions
|
|
TypeError( "Twisted interfaces can only declare support, not adapters", self.iface, klass, adapter )
|
|
|
registerObject
|
registerObject (
self,
ob,
adapter=NO_ADAPTER_NEEDED,
depth=1,
)
Exceptions
|
|
TypeError( "Twisted interfaces can only declare support, not adapters", self.iface, ob, adapter )
|
|
|