python-ls
python-ls copied to clipboard
Fixes
- Default depth was not inifinite (it was 1). Changed to infinite and added basic test for highest level ls function
- Constructor objects like
dict,listetc 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?