Given a kwarg value that is itself a dict/list, we would only check if the since_values was present within that container. If the since_values is itself the dict or list type, then we aren't looking for recursive structures, we just want to know when the function began to accept that type. This is relevant in cases where a function accepted a dict, and at one point began accepting a list (of strings in the form 'key=value'), or vice versa.pull/10495/head
parent
b49b9f52b2
commit
c1aeb2f7e4
1 changed files with 12 additions and 6 deletions
Loading…
Reference in new issue