Created
January 31, 2022 07:42
-
-
Save tebeka/0091d047e5bcd5f94590fe098746e909 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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