What should I do when I want to find the location where the Python print is printed?

Asked 1 years ago, Updated 1 years ago, 85 views

I have imported a lot of Python libraries and have been using them init of any file during error correction.I accidentally copied print 'en' to py and pressed the wrong key to turn off the file window. I don't even know where the init is, and the flask main file, run.It prints every time you run py... How do you find a way to find a place like this?

python file flask print

2022-09-22 13:40

1 Answers

It's my personal method, but...
If you use Pycharm, you can solve it really quickly.

If you use vscode, if you use history plugin, you can solve it in a similar way as above.
If not, I think you should look for the keyword Ctrl + shift + f as well.

Make sure to write history!
Vscode occurs too little, but it's better than nothing.!
It's cached and saved, so the search speed and view are very fast!


2022-09-22 13:40

If you have any answers or tips


© 2024 OneMinuteCode. All rights reserved.