Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dictionary with numeric keys not working #5

Open
n1nj4t4nuk1 opened this issue Jan 12, 2022 · 0 comments
Open

Dictionary with numeric keys not working #5

n1nj4t4nuk1 opened this issue Jan 12, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@n1nj4t4nuk1
Copy link
Owner

n1nj4t4nuk1 commented Jan 12, 2022

Dictionary with numeric keys not working
Dictionary access with numeric values not working. All dictionary access use strings as keys.

To Reproduce

a = { 1: 'potato' }
output = deep_find(a, '#1')
print(output) # None

Expected behavior
It should return the string.

@n1nj4t4nuk1 n1nj4t4nuk1 added the bug Something isn't working label Jan 12, 2022
@n1nj4t4nuk1 n1nj4t4nuk1 added enhancement New feature or request and removed bug Something isn't working labels Jan 21, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant