Confused about "reload"
blues-l at cyberus.ca
blues-l at cyberus.ca
Fri May 19 13:29:13 EDT 2000
More information about the Python-list mailing list
Fri May 19 13:29:13 EDT 2000
- Previous message (by thread): Converting strings to hex
- Next message (by thread): Confused about "reload"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
If I have a file tester.py: class tryit: def __init__(self,mess): self.mess=mess def printit(self): print "this is", self.mess .. I can "import tester"and reload(tester) and I can get an updated "tryit" but if I "from tester import *" I can't get a reload of "tryit" to happen. What does the reloadline look like in that case???
- Previous message (by thread): Converting strings to hex
- Next message (by thread): Confused about "reload"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list