Skip to content

Instantly share code, notes, and snippets.

@dmytrostriletskyi
Last active April 13, 2019 11:31
Show Gist options
  • Save dmytrostriletskyi/5005ea5d0af35f61b1fc4526932a6a9e to your computer and use it in GitHub Desktop.
Save dmytrostriletskyi/5005ea5d0af35f61b1fc4526932a6a9e to your computer and use it in GitHub Desktop.
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