Re: strange PyLint configuration
- From: Bjoern Schliessmann <usenet-mail-0306.20.chr0n0ss@xxxxxxxxxxxxxxx>
- Date: Thu, 31 May 2007 22:39:42 +0200
Eduardo "EdCrypt" O. Padoan wrote:
No. Quoting PEP 8:
Functions:
"""
mixedCase is allowed only in contexts where that's already the
prevailing style (e.g. threading.py), to retain backwards
compatibility.
"""
Methods and instances:
"""
Use the function naming rules: lowercase with words separated by
underscores as necessary to improve readability.
"""
Has this been updated recently? I could've sworn I had read that
stuff like has_key was "old".
Regards,
Björn
--
BOFH excuse #432:
Borg nanites have infested the server
.
- References:
- PEP 8 style enforcing program
- From: montyphyton
- Re: PEP 8 style enforcing program
- From: Alexander Eisenhuth
- strange PyLint configuration (was: PEP 8 style enforcing program)
- From: Bjoern Schliessmann
- Re: strange PyLint configuration (was: PEP 8 style enforcing program)
- From: Eduardo \"EdCrypt\" O. Padoan
- PEP 8 style enforcing program
- Prev by Date: Re: c[:]()
- Next by Date: Re: Using PIL to find separator pages
- Previous by thread: Re: strange PyLint configuration (was: PEP 8 style enforcing program)
- Next by thread: Re: PEP 8 style enforcing program
- Index(es):
Relevant Pages
|