Searched refs:_dispatch (Results 1 - 6 of 6) sorted by relevance

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/
H A Dgenerator.py109 self._dispatch(msg)
121 def _dispatch(self, msg):
333 def _dispatch(self, msg):
120 def _dispatch(self, msg): member in class:Generator
331 def _dispatch(self, msg): member in class:DecodedGenerator
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/
H A Dgenerator.py109 self._dispatch(msg)
121 def _dispatch(self, msg):
333 def _dispatch(self, msg):
120 def _dispatch(self, msg): member in class:Generator
331 def _dispatch(self, msg): member in class:DecodedGenerator
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DSimpleXMLRPCServer.py59 def _dispatch(self, method, params):
75 def _dispatch(self, method, params):
180 If the registered instance has a _dispatch method then that
183 e.g. instance._dispatch('add',(2,3))
185 If the registered instance does not have a _dispatch method
195 instance does not have a _dispatch method, method names
245 using the _dispatch method and the result is returned as
260 response = self._dispatch(method, params)
291 # if the instance has a _dispatch method then we
294 elif not hasattr(self.instance, '_dispatch')
378 def _dispatch(self, method, params): member in class:SimpleXMLRPCDispatcher
[all...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DSimpleXMLRPCServer.py59 def _dispatch(self, method, params):
75 def _dispatch(self, method, params):
180 If the registered instance has a _dispatch method then that
183 e.g. instance._dispatch('add',(2,3))
185 If the registered instance does not have a _dispatch method
195 instance does not have a _dispatch method, method names
245 using the _dispatch method and the result is returned as
260 response = self._dispatch(method, params)
291 # if the instance has a _dispatch method then we
294 elif not hasattr(self.instance, '_dispatch')
378 def _dispatch(self, method, params): member in class:SimpleXMLRPCDispatcher
[all...]
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/
H A Dtransformer.py105 self._dispatch = {}
108 self._dispatch[value] = getattr(self, name)
109 self._dispatch[token.NEWLINE] = self.com_NEWLINE
798 return self._dispatch[node[0]]
805 return self._dispatch[node[0]](node[1:])
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/
H A Dtransformer.py105 self._dispatch = {}
108 self._dispatch[value] = getattr(self, name)
109 self._dispatch[token.NEWLINE] = self.com_NEWLINE
798 return self._dispatch[node[0]]
805 return self._dispatch[node[0]](node[1:])

Completed in 159 milliseconds