I’ve tried dir(), but the commands just return messages like this:
<bound method HTTPResponse.begin of <http.client.HTTPResponse object at 0x00E9DEF0>>
which I’m afraid I don’t know how to interpret.
Disclaimer: I haven’t used Python much at all, so this may be a really stupid question. Please be gentle.
Thanks!
Methods, just as functions, must be followed by parens (
()), optionally containing arguments, in order to invoke them.