caesar0301 / treelib

An efficient implementation of tree data structure in python 2/3.
http://treelib.readthedocs.io/en/latest/
Other
801 stars 185 forks source link

pylint: function-redefined(E0102) #178

Closed unikevin closed 3 years ago

unikevin commented 3 years ago

I don't really understand the operation principle of these two nested functions, but they will prevent codereview from passing. I sincerely ask is there any way to bypass this error? (I can only fix it by changing the code, not modifying the running environment) image