HomeSort by relevance Sort by last modified time
    Searched refs:NO_MESSAGE_BODY (Results 1 - 2 of 2) sorted by null

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 411 NO_MESSAGE_BODY = (204, 304)
414 if code not in NO_MESSAGE_BODY:
418 if code not in NO_MESSAGE_BODY:
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/wsgiref/
validate.py 411 NO_MESSAGE_BODY = (204, 304)
414 if code not in NO_MESSAGE_BODY:
418 if code not in NO_MESSAGE_BODY:

Completed in 60 milliseconds