Hacker News new | past | comments | ask | show | jobs | submit login

And a common stdlib trick is to bind these via function arguments e.g.

    def foo(a, b, thing=util.thing):
        ...



Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: