Agent-Hellboy / Agent-Hellboy/trace-dkey
Function doesn't search for keys inside a found key
Open
bug
hacktoberfest
- Dominant language
- Python
- Stars
- 8
- Forks
- 6
- PR merge metrics
- No merged PRs in 30d
Description
I think it's easier to explain with an example:
```python
l = { 'a': { 'a': 1, 'b': 1 } }
trace(l,'a')
```
It should find both the root 'a' and the child 'a', but only root is found
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.