Home | History | Annotate | Download | only in testserver

Lines Matching refs:handler_name

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