larray-project / larray-editor

Graphical User Interface for LArray
GNU General Public License v3.0
2 stars 2 forks source link

some inplace operations not detected #280

Closed gdementen closed 2 months ago

gdementen commented 2 months ago

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
gdementen commented 2 months ago

closed by 51e05f9