Skip to content

Instantly share code, notes, and snippets.

@tebeka
Created January 31, 2022 07:42
Show Gist options
  • Save tebeka/0091d047e5bcd5f94590fe098746e909 to your computer and use it in GitHub Desktop.
Save tebeka/0091d047e5bcd5f94590fe098746e909 to your computer and use it in GitHub Desktop.
$ ipython
In [1]: %run client.py
In [2]: c = Client('httpbin.org', 443)
In [3]: c.__address
---------------------------------------------------------------------------
AttributeError Traceback (most recent call last)
Input In [3], in <module>
----> 1 c.__address
AttributeError: 'Client' object has no attribute '__address'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment