c0fec0de / anytree

Python tree data library
Apache License 2.0
947 stars 133 forks source link

Cannot use library function findall, find from anytree 2.8.0 #137

Closed tushar-tdm closed 4 years ago

tushar-tdm commented 4 years ago

i have imported the following: from anytree import Node, RenderTree, AsciiStyle. But i am unable to use the function findall from anytree. Do i need to import anything else?

tushar-tdm commented 4 years ago

We have to add 'findall' to the import. it should be like : from anytree import Node, RenderTree, AsciiStyle, findall