[Python-Dev] Questions about '@' in pep 318

M.-A. Lemburg mal at egenix.com
Fri Aug 6 17:58:19 CEST 2004


Guido van Rossum wrote:
>>Please read my entire post. Here's the grep pattern to
>>use: "def( \w+)? funcname".
> 
> That doesn't work with grep on my box.

Dev-Python/Lib> egrep "def( \w+)? __init__" *.py
Bastion.py:    def __init__(self, get, name):
Bastion.py:        def __init__(self):
ConfigParser.py:    def __init__(self, msg=''):
ConfigParser.py:    def __init__(self, section):
...
test-decorate.py:def staticmethod test(self):

> 'nuff said.

Indeed.

-- 
Marc-Andre Lemburg
eGenix.com

Professional Python Services directly from the Source  (#1, Aug 06 2004)
 >>> Python/Zope Consulting and Support ...        http://www.egenix.com/
 >>> mxODBC.Zope.Database.Adapter ...             http://zope.egenix.com/
 >>> mxODBC, mxDateTime, mxTextTools ...        http://python.egenix.com/
________________________________________________________________________

::: Try mxODBC.Zope.DA for Windows,Linux,Solaris,FreeBSD for free ! ::::


More information about the Python-Dev mailing list