Refactor AtomDB.get_matched_links
to support nested lists in target_handles
#156
Milestone
AtomDB.get_matched_links
to support nested lists in target_handles
#156
Currently,
AtomDB.get_matched_links
expects alist[str]
in the paramtarget_handles
.But there are situations where the caller could have a list of lists (ie.
['a', 'b', ['c', 'd'], 'e', [['f', 'g', 'h'], ['i', 'j'], 'k'], 'l']
) - this can happen when links point to other links.Which is the case in this stack:
There are no tests on
das-query-engine
anddas-atom-db
covering this scenario.The text was updated successfully, but these errors were encountered: