Is there a way to mark a specific method in python so that the debugger doesn't go into it during debugging? (I use PyCharm, so if there is anything specific that the IDE can help me with, it will be great too)
For those familiar with C # - I'm looking for the DebuggerStepThrough attribute in python ...
source share