Table of Contents

Class: conformsRegistry ./src/protocols/classic.py

Helper type for objects and classes that need registration support

Base Classes   
dict
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,
        )


Table of Contents

This document was automatically generated on Mon Apr 22 01:11:13 2024 by HappyDoc version 2.1