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.
As a follow-up to #22: for window title update with * (and thus the "save modified" popup), the following operations are not detected (as of 0.34.3):
arr = ndtest(5) # detected arr['a2'] = 10 # not detected arr['a2'] *= 10 # not detected arr *= 2 # detected