When I started using decorators I was confused how it works. I was using decorators like @staticmethod and @classmethod and I didn’t care how it is done. It works. But what about custom decorators? (more…)
Python’s built-in id() and class methods
I found a feature of the built-in function id() that is a little bit unexpected (Python 2.5).
Comments Off on Python’s built-in id() and class methods