Did I find the right examples for you? yes no Crawl my project Python Jobs
All Samples(0) | Call(0) | Derive(0) | Import(0)
src/t/o/TopHat-1.02/TopHat_Platform/Request/requesterrors.py TopHat(Download)
def __init__(self): self.code = CODE.METHOD_NOT_ALLOWED self.message = "There is no method available at that URI. Check the documentation." class Conflict(RequestError):
src/t/o/TopHat-Platform-HEAD/Request/requesterrors.py TopHat-Platform(Download)
def __init__(self): self.code = CODE.METHOD_NOT_ALLOWED self.message = "There is no method available at that URI. Check the documentation." class Conflict(RequestError):