equal
deleted
inserted
replaced
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 """ |