You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
functools.walk() is hard to define and not specific enough. If similar functionality is still needed, provide it in the form of traversing a single attribute of a single expected type. Do not mix plain attribute and iterator access.
Proposals
add Person.ancestors and Person.descendants?
The text was updated successfully, but these errors were encountered:
functools.walk()
is hard to define and not specific enough. If similar functionality is still needed, provide it in the form of traversing a single attribute of a single expected type. Do not mix plain attribute and iterator access.Proposals
The text was updated successfully, but these errors were encountered: