Autocomplete should not add () in threading.Thread(target=...)

I have defined self.thread_func(self)

then type self.thread = threading.Thread(target=self.threa

then tab and got:

self.thread2 = threading.Thread(target=self.thread_func()

0

Please sign in to leave a comment.