Agent-Hellboy / Agent-Hellboy/trace-dkey
Dictionary keys can be forzenset
Aberta
enhancement
hacktoberfest
- Linguagem predominante
- Python
- Estrelas
- 8
- Forks
- 6
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
```py
>>> l = ["Geeks", "for", "Geeks"]
>>> s=frozenset(l)
>>> s
frozenset({'for', 'Geeks'})
>>> dict={1:'a',2:{s:'frozenset'}}
>>> from trace_dkey import trace
>>> trace(dict,p)
[]
```
this should return [2,s]
but this is very tricky as frozenset are ast.Call object `[]`
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.