Agent-Hellboy / Agent-Hellboy/trace-dkey
Function doesn't search for keys inside a found key
Ouverte
bug
hacktoberfest
- Langage dominant
- Python
- Étoiles
- 8
- Forks
- 6
- Métriques de merge des PR
- Aucune PR mergée en 30 j
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.