C
chenyu
hi everyone,
I have read others code and tried to add some test code by "print"
command. But I found the operations in "pythonwin" are too much. Is
there any unneccessary step in the operations? or short way?
For example, use interactive window, class1.py(contains "classA" file
1. modify file "class1.py" by add one line of modification code into
"__init__" method.
2. push the "Save button" or "ctrl-s"
3. push the "check button"
4. push the "reload button"
5. switch to "interactive window"
6. add "from class1 import classA" line
7. create new object of "classA"
Thank you in advance.
kind regards/chenyu
I have read others code and tried to add some test code by "print"
command. But I found the operations in "pythonwin" are too much. Is
there any unneccessary step in the operations? or short way?
For example, use interactive window, class1.py(contains "classA" file
1. modify file "class1.py" by add one line of modification code into
"__init__" method.
2. push the "Save button" or "ctrl-s"
3. push the "check button"
4. push the "reload button"
5. switch to "interactive window"
6. add "from class1 import classA" line
7. create new object of "classA"
Thank you in advance.
kind regards/chenyu