Agent-Hellboy / Agent-Hellboy/trace-dkey

Function doesn't search for keys inside a found key

未关闭
#8 4 条评论 1 个 reaction 已指派 0 人 在 GitHub 查看
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 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。