PyPI project
accessify
4 indexed releases ยท newest sdist 0.3.1 with 38 indexed members
Files in 0.3.1 accessify-0.3.1.tar.gz
- accessify/__init__.py
- accessify/access.py
- accessify/errors.py
- accessify/interfaces.py
- accessify/utils.py
- examples/__init__.py
- examples/access/__init__.py
- examples/access/private.py
- examples/access/protected.py
- examples/dir.py
- examples/inheritance/__init__.py
- examples/inheritance/private.py
- examples/inheritance/protected.py
- examples/interfaces/__init__.py
- examples/interfaces/multiple.py
- examples/interfaces/single_access.py
- examples/interfaces/single_arguments.py
- examples/interfaces/single_method.py
- examples/interfaces/throws.py
- setup.py
- tests/__init__.py
- tests/access/__init__.py
- tests/access/private/__init__.py
- tests/access/private/test_common.py
- tests/access/private/test_decorators.py
- tests/access/private/test_not_self.py
- tests/access/protected/__init__.py
- tests/access/protected/test_common.py
- tests/access/protected/test_decorators.py
- tests/access/protected/test_not_self.py
- tests/conftest.py
- tests/disabling/__init__.py
- tests/disabling/test_disable.py
- tests/interfaces/__init__.py
- tests/interfaces/test_get_class_members.py
- tests/interfaces/test_implements.py
- tests/interfaces/test_throws.py
- tests/utils.py