Decorators: Added capability to refer to attributes as well (like in Python).
authorDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Tue, 5 Aug 2008 09:15:02 +0000 (11:15 +0200)
committerDag Sverre Seljebotn <dagss@student.matnat.uio.no>
Tue, 5 Aug 2008 09:15:02 +0000 (11:15 +0200)
commit06a30603499bab63345f2755eeb6cc37fa302df9
treede5c74ff4e7ad22fd6d43d03a8b16e02c3ecd73c
parent0817b5c8f56265f0fb94c6634d4c1fed8f43a71a
Decorators: Added capability to refer to attributes as well (like in Python).
Cython/Compiler/Parsing.py
tests/errors/e_decorators.pyx [new file with mode: 0644]
tests/run/decorators.pyx