Hello,
I had posted this question in the twisted mailing list but did not
got a solution ; I hope that the python Gurus of this forum can help me
a bit.
I am trying the exmaple in the python docs -
http://twistedmatrix.com/users/warner/doc-latest/web/howto/using-twistedweb.xhtml
Configuring a
Thnks,
I wrongly took it for a standard method;
I found where it is defined (it's part of the project); Tnnks.
John
--
http://mail.python.org/mailman/listinfo/python-list
Hello,
I saw some python open source project with many
self.addMethod() functions (with 3 paramters)
What does self.addMethod() is good for ?
I had looked at documnetation (downloaded and grepped
all the pdf doc files) and could not find a thing about
it ; nore did googling helped.
Regards
Hello,
I am quite a newbie to Python.
I am working on Linux Fedora Core 3.
I have wrote a small program named box.py which has only a constructor:
"""box.py"""
class box:
def __init__(self):
print "in box"
This program passes running "python box.py".
I had put this program under /work/d