request.request.delete_request

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

1 Examples 7

Example 1

Project: PyBase Source File: client.py
Function: delete
    def delete(self, table, key, values):
        return self._mutate(table, key, values, request.delete_request)