Slight speedup of autocompletion
Requires: !413 (merged) because there is a conflicting code
- not much because around 50ms speedup on autocompletion but good to have
before:
- 0.212s
- 0.232s
- 0.222s
after:
- 0.174s
- 0.176s
- 0.173s
- Get rid of our custom AbstractClass - I still don't like the fact Python allows for creating ABC instance (when no abstract methods were defined) but with ABC and AbstractClass it was confusing which one to use, and better not to go again the Python rules..
Edited by Mateusz Żebrak