What is the difference between self.response.write
and self.response.out.write
in google app engine?
Thank you
there is no difference.
webapp uses self.response.out.write
and webapp2 self.response.write
kept the out
for compatibility reasons.
here the implentation of the Response
Class:
http://code.google.com/p/webapp-improved/source/browse/webapp2.py#365
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With