Last active
April 13, 2019 11:31
-
-
Save dmytrostriletskyi/5005ea5d0af35f61b1fc4526932a6a9e 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
Traceback (most recent call last): | |
File "examples/access/private.py", line 24, in <module> | |
car.start_engine() | |
File "/Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/accessify/main.py", line 92, in private_wrapper | |
class_name=instance_class.__name__, method_name=method.__name__, | |
accessify.errors.InaccessibleDueToItsProtectionLevelException: Car.start_engine() is | |
inaccessible due to its protection level |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment