![](https://secure.gravatar.com/avatar/01aa7d6d4db83982a2f6dd363d0ee0f3.jpg?s=120&d=mm&r=g)
June 24, 2013
11:45 a.m.
On Jun 24, 2013, at 04:55 PM, MRAB wrote:
Do you have to use sys._getframe()?
Of course, this being Python I don't *have* to use anything. ;) But after a ton of experimentation on a huge body of code, I found that keeping the _() call sites really simple (i.e. essentially just the source strings) made for the most readable API. -Barry