I couldn\'t find documentation on an equivalent of Java\'s final in Python, is there such a thing?
final
I\'m creating a snapshot of an object (used for restorati
Python has no equivalent of "final". It doesn't have "public" and "protected" either, except by naming convention. It's not that "bondage and discipline".