Consolidate logic for working on previous requests for `pygradecode`
Opened this issue · 0 comments
nischalshrestha commented
Currently, there's some logic duplication going on across find_*()
where we are checking if there are previous requests and if so perform xpath query on those last result objects. We could clean this up so the core logic is in one function to be used by find_*()
functions.