Lines Matching refs:handler_name
226 def _ShouldHandleRequest(self, handler_name):233 pattern = re.compile('%s($|\?|/).*' % handler_name)