python - PyCharm not recognizing new class method without reload -
i think silly / dumb question, using pycharm , adding methods class or changing body of methods. when test class importing .py file , initiating class object, doesnt seem recognize changes class.
is there button need hit make sure class code changed.
the thing seems work me restart pycharm.
when import class, imports as-is @ current time. if make changes after that, need import again. in case, should able terminate shell, , start again.
this not error, or bug.
Comments
Post a Comment