mozilla-services / metlog-py

INACTIVE - http://mzl.la/ghe-archive - Python library for Services metrics logging
36 stars 8 forks source link

Properly handle "self" when decorating methods on a class. #32

Closed rfk closed 12 years ago

rfk commented 12 years ago

This patch gives MetlogDecorator a get method to simulate automatic-self-binding when it is looked up on an instance of a class.