iro/offer/provider.py
branchdevel
changeset 275 88d45c846f2b
parent 269 0d134b173cb1
child 282 50cc13814bfb
equal deleted inserted replaced
274:1653470ccaff 275:88d45c846f2b
    33         .. note::
    33         .. note::
    34             This function is not used directly. Normally :func:`~iro.offer.provider.Provider.getSendFunc` return this function with typ and route bound."""
    34             This function is not used directly. Normally :func:`~iro.offer.provider.Provider.getSendFunc` return this function with typ and route bound."""
    35         pass
    35         pass
    36 
    36 
    37     def getSendFunc(self, typ, route):
    37     def getSendFunc(self, typ, route):
    38         """Returns the actually send Functionfor a given typ and route.
    38         """Returns the actually send function for a given typ and route.
    39         
    39         
    40         Normally it returns the send function with typ and route bound.
    40         Normally it returns the send function with typ and route bound.
    41 
    41 
    42         :raises: :exc:`~iro.error.NoRoute`, :exc:`~iro.error.NoTyp`
    42         :raises: :exc:`~iro.error.NoRoute`, :exc:`~iro.error.NoTyp`
    43         """
    43         """