HttpResponse.writelines(lines)
[source]
Writes a list of lines to the response. Line separators are not added. This method makes an HttpResponse
instance a stream-like object.
HttpResponse.writelines(lines)
[source]
Writes a list of lines to the response. Line separators are not added. This method makes an HttpResponse
instance a stream-like object.
Designed by : w10schools
service@w10schools.com
Please login to continue.