spyql icon indicating copy to clipboard operation
spyql copied to clipboard

Code improvements

Open dcmoura opened this issue 3 years ago • 0 comments

Some cases where the code could be more pythonic:

  • some for cycles where range(len(l)) might be replaced by enumerate
  • some functions where yeld might be used to return a generator

Changes should be accessed for performance.

dcmoura avatar Jan 03 '22 18:01 dcmoura