[Python-Dev] Questions about '@' in pep 318 (original) (raw)
M.-A. Lemburg mal at egenix.com
Fri Aug 6 17:58:19 CEST 2004
- Previous message: [Python-Dev] Questions about '@' in pep 318
- Next message: [Python-Dev] A usability argument for list-after-def
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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 ! ::::
- Previous message: [Python-Dev] Questions about '@' in pep 318
- Next message: [Python-Dev] A usability argument for list-after-def
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]