Agent-Hellboy / Agent-Hellboy/trace-dkey
Function doesn't search for keys inside a found key
Abierto
bug
hacktoberfest
- Lenguaje dominante
- Python
- Estrellas
- 8
- Forks
- 6
- Métricas de merge de PR
- Sin PR fusionados en 30 d
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Evaluación
Este issue todavía no se ha evaluado.