Looking for docs

D

Donn Ingle

Hi,
I have seen strange looking things in various Python code like:
staticmethod and also lines starting with an @ sign, just before method
defs - I can't find an example right now.
I have Python 2.5 installed with it's docs, but I can't find any discussion
of 'new style' classes and other info.

I'm not even sure what subject that @ sign stuff falls under.

Anyone have a link?

/d
 
D

Duncan Booth

Donn Ingle said:
Hi,
I have seen strange looking things in various Python code like:
staticmethod and also lines starting with an @ sign, just before
method defs - I can't find an example right now.
I have Python 2.5 installed with it's docs, but I can't find any
discussion
of 'new style' classes and other info.

I'm not even sure what subject that @ sign stuff falls under.

Anyone have a link?
http://www.python.org/doc/2.4.4/whatsnew/node6.html

http://www.python.org/dev/peps/pep-0318/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,482
Members
44,901
Latest member
Noble71S45

Latest Threads

Top