Package django :: Package http :: Class HttpResponseForbidden
[hide private]
[frames] | no frames]

Class HttpResponseForbidden

source code

  object --+    
           |    
HttpResponse --+
               |
              HttpResponseForbidden

Instance Methods [hide private]

Inherited from HttpResponse: __contains__, __delitem__, __getitem__, __init__, __iter__, __setitem__, __str__, close, delete_cookie, flush, get, has_header, items, next, set_cookie, tell, write

Inherited from HttpResponse (private): _get_content, _set_content

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Variables [hide private]
  status_code = 403

Inherited from HttpResponse: content

Properties [hide private]

Inherited from object: __class__