Agent-Hellboy / Agent-Hellboy/trace-dkey

Function doesn't search for keys inside a found key

Aperta
#8 4 commenti 1 reazione 0 assegnatari Vedi su GitHub
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.

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.