There're a few examples of shadowing built-in names: 1. `filter` function. 2. `input` from **sgftools_test.py**. 3. `type` from `tree` function. I suggest to rename, it's not a good practise to use shadowing built-in names whithout a good reason.
There're a few examples of shadowing built-in names:
filterfunction.inputfrom sgftools_test.py.typefromtreefunction.I suggest to rename, it's not a good practise to use shadowing built-in names whithout a good reason.