Helper type for objects and classes that need registration support
Methods
|
|
__call__
__get__
__getstate__
__hash__
__setstate__
findImplementation
newProtocolImplied
|
|
__call__
|
__call__ ( self, protocol )
|
|
__get__
|
__get__ (
self,
ob,
typ=None,
)
Exceptions
|
|
AttributeError( "__conform__ registry does not pass to instances" )
|
|
|
__getstate__
|
__getstate__ ( self )
|
|
__hash__
|
__hash__ ( self )
|
|
__setstate__
|
__setstate__ ( self, ( )
|
|
findImplementation
|
findImplementation (
self,
subject,
protocol,
checkSelf=True,
)
Exceptions
|
|
TypeError( "Incompatible __conform__ in base class", conf, cls )
|
|
|
newProtocolImplied
|
newProtocolImplied (
self,
srcProto,
destProto,
adapter,
depth,
)
|
|