Mercurial > hg
comparison hgext/color.py @ 20548:5bd6a9fec103
hooks: for python hooks, consistently use __name__ etc as name, not the repr
There is no reason to expose unnecessary Python implementation details and
memory locations, also not in debug mode.
readablefunc was already creating a nice name - we move that functionality
up and reuse it.
We consider having a __call__ and being types.FunctionType sufficiently
similar and unify these two to just using the existing check for __call__.
author | Mads Kiilerich <madski@unity3d.com> |
---|---|
date | Sat, 15 Feb 2014 01:23:12 +0100 |
parents | a2c08adbb86e |
children | 0084fcd5d7e2 |
comparison
equal
deleted
inserted
replaced
20547:9d9f8ccffead | 20548:5bd6a9fec103 |
---|