Agent-Hellboy / Agent-Hellboy/trace-dkey

Function doesn't search for keys inside a found key

Open
#8 4 comments 1 reaction 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.