Agent-Hellboy / Agent-Hellboy/trace-dkey
Function doesn't search for keys inside a found key
Aberta
bug
hacktoberfest
- Linguagem predominante
- Python
- Estrelas
- 8
- Forks
- 6
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.