|
|
|
|
|
by nomel
16 days ago
|
|
You can technically "enforce" this at runtime with __getattribute__ or decorators[1]. Maybe be evil and add 1000 "Private access not allowed: {name}" with 1 second delays between each. Aaaand, this flexibility is exactly why python is slow. [1] https://pypi.org/project/accessify/ |
|