On Monday, 26 March 2018 11:32:51 UTC+5:30, dieter wrote:
> Fürther inspection utilities: "dir", "vars" and the "inspect" module.
> Read the documentation to find out what they do.
Thanks, Dieter, That is really helpful!
--
https://mail.python.org/mailman/listinfo/python-list
Arshpreet Singh writes:
> ...
> As debugging the code I got at line 10. I am sending a request to particular
> API and returning a request_object . further deep down it generates the
> "response_object" as from my requirements that should be JSON object but I am
> only getting Python-Object in
I am debugging a set of code which is something like this:
http://dpaste.com/1JXTCF0
I am not able to understand that what role internet object is playing and how I
can use/call it.
As debugging the code I got at line 10. I am sending a request to particular
API and returning a request_obje