Agent-Hellboy / Agent-Hellboy/trace-dkey
Function doesn't search for keys inside a found key
Aperta
bug
hacktoberfest
- Lingua principale
- Python
- Stelle
- 8
- Fork
- 6
- Metriche di merge delle PR
- Nessuna PR unita negli ultimi 30g
Descrizione
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
Guida per i contributori
Nessuna guida per i contributori indicizzata per questo repository
Valutazione
Questa issue non è ancora stata valutata.