A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://mail.python.org/pipermail/python-dev/2001-February/012930.html below:

[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib sre_constants.py (etc)

[Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib sre_constants.py (etc) [Python-Dev] Re: [Python-checkins] CVS: python/dist/src/Lib sre_constants.py (etc)Fredrik Lundh fredrik@effbot.org
Thu, 15 Feb 2001 23:40:03 +0100
can anyone explain why it's a good idea to have totally
incomprehensible stuff like

    __all__ = locals().keys()
    for _i in range(len(__all__)-1,-1,-1):
        if __all__[_i][0] == "_":
            del __all__[_i]
    del _i

in my code?

Annoyed /F




RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4