Supply __conform__ registry for funcs, modules, & classic instances
Methods
|
|
__init__
declareProvides
newRegistry
|
|
__init__
|
__init__ ( self, ob )
Exceptions
|
|
TypeError( "Incompatible __conform__ on adapted object", ob, reg )
TypeError( "Only objects with dictionaries can use this adapter", ob )
|
|
|
declareProvides
|
declareProvides (
self,
protocol,
adapter=NO_ADAPTER_NEEDED,
depth=1,
)
|
|
newRegistry
|
newRegistry ( self, subject )
|
|