Python Forum

Full Version: Is there a way to search for function call?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,
I am new to Anaconda Spyder , I would like to ask if there is a way to search for a function call in my project. For example, I have a function called my_function () and I want to search for places in my project where I make a call to my_function.
Thanks.
CTRL-F and type it in.
Thank you so much.