Agent-Hellboy / Agent-Hellboy/trace-dkey
Function doesn't search for keys inside a found key
未关闭
bug
hacktoberfest
- 主要语言
- Python
- 星标
- 8
- 派生
- 6
- PR 合并指标
- 30 天内没有已合并 PR
描述
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
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。