class B(object):
def b(self):
pass
def a(self):
pass
For the first time to import 'B.py',the search keywords plugin contains two keywords,I remove 'B.py' from Ride and i append 'def c(self):pass' into 'B.py'.The second time to import 'B.py',but the search keywords plugin also contains two keywords!
Maybe i already fix the issue,who can tell me how to pull request?
This issue was originally reported to Google Code on Mar 27, 2014.
for example,a library named 'B'
class B(object): def b(self): pass def a(self): pass For the first time to import 'B.py',the search keywords plugin contains two keywords,I remove 'B.py' from Ride and i append 'def c(self):pass' into 'B.py'.The second time to import 'B.py',but the search keywords plugin also contains two keywords! Maybe i already fix the issue,who can tell me how to pull request?
This issue was originally reported to Google Code on Mar 27, 2014.