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
The pathfunc.match function works very well at the moment. We can improve it by adding a new argument for sorting before supplying the results to the user. The function is not a generator so we can simply add a sorting call before returning the results.
The text was updated successfully, but these errors were encountered:
The
pathfunc.match
function works very well at the moment. We can improve it by adding a new argument for sorting before supplying the results to the user. The function is not a generator so we can simply add a sorting call before returning the results.The text was updated successfully, but these errors were encountered: