We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
I need something like this to work:
from IPython.core.debugger import set_trace ... def next(self): if self.data.index[-1] == THE DESIRED DATE HERE: set_trace()
How to do that?