python-ls icon indicating copy to clipboard operation
python-ls copied to clipboard

Fixes

Open PyJay opened this issue 5 years ago • 0 comments

  • Default depth was not inifinite (it was 1). Changed to infinite and added basic test for highest level ls function
  • Constructor objects like dict, list etc have a len which throws a TypeError. Catching these (added iter_ls and ls tests)
  • Python 2.7 travis pipeline may start failing again as I've reintroduced the lambda but perhaps 2.7 shouldn't be supported any more?

PyJay avatar Nov 16 '20 13:11 PyJay