web.notacceptable

Here are the examples of the python api web.notacceptable taken from open source projects. By voting up you can indicate which examples are most useful and appropriate.

2 Examples 7

Example 1

Project: INGInious Source File: utils.py
Function: lti_post
    def LTI_POST(self, *args, **kwargs):
        raise web.notacceptable()

Example 2

Project: INGInious Source File: utils.py
Function: lti_get
    def LTI_GET(self, *args, **kwargs):
        raise web.notacceptable()