-
-
Notifications
You must be signed in to change notification settings - Fork 46
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
List wildcard #114
Closed
milhauzindahauz
wants to merge
57
commits into
fabiocaccamo:master
from
milhauzindahauz:list-wildcard
Closed
List wildcard #114
Changes from all commits
Commits
Show all changes
57 commits
Select commit
Hold shift + click to select a range
98f1bf6
add wildcard for rename
milhauzindahauz d69450a
wildcard
milhauzindahauz 4f8e893
wildcard
milhauzindahauz 7e26ee2
wildcard
milhauzindahauz 6987943
wildcard
milhauzindahauz c85c1a4
wildcard
milhauzindahauz baf4f70
wildcard
milhauzindahauz 9eba3fc
wildcard
milhauzindahauz 95e3ee8
wildcard
milhauzindahauz 48070d3
fix typos
milhauzindahauz 1c7da03
wildcard
milhauzindahauz 6dfff10
wildcard
milhauzindahauz 4de87dd
wildcard
milhauzindahauz df926ca
wildcard
milhauzindahauz 409d742
wildcard
milhauzindahauz 38931d6
wildcard
milhauzindahauz b34a803
wildcard
milhauzindahauz ec6caac
wildcard
milhauzindahauz 64e355e
wildcard
milhauzindahauz 87b87b1
wildcard
milhauzindahauz 07bdb1b
wildcard
milhauzindahauz f7401eb
wildcard
milhauzindahauz a631b9a
wildcard
milhauzindahauz 750b78f
wildcard
milhauzindahauz 9e136ea
wildcard
milhauzindahauz 1142a4b
wildcard
milhauzindahauz 417f0a0
wildcard
milhauzindahauz bda6ceb
wildcard
milhauzindahauz 87f918a
wildcard
milhauzindahauz d2f1446
wildcard
milhauzindahauz cc5b7fa
wildcard
milhauzindahauz f910abb
wildcard
milhauzindahauz 273e674
wildcard
milhauzindahauz 1fb37fd
wildcard
milhauzindahauz 747f27d
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 5cd2d6a
wildcard
milhauzindahauz 06029f7
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 6e70434
wildcard
milhauzindahauz d09b79e
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 30e9f07
wildcard
milhauzindahauz 4bb0b04
wildcard
milhauzindahauz 6f610ec
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] bd0d7fd
wildcard
milhauzindahauz 17edc65
wildcard
milhauzindahauz 1db0e6c
wildcard
milhauzindahauz 53331f2
wildcard
milhauzindahauz a94bf27
wildcard
milhauzindahauz 6f8487a
wildcard
milhauzindahauz f54e3d0
wildcard
milhauzindahauz 9d5560b
wildcard
milhauzindahauz 7ac667c
.gitignore - add folder for JB IDEs
milhauzindahauz 6788e78
Merge branch 'master' into list-wildcard
milhauzindahauz 71d23c0
[pre-commit.ci] auto fixes from pre-commit.com hooks
pre-commit-ci[bot] 8842f01
wildcard
milhauzindahauz a43563d
wildcard
milhauzindahauz fa32b00
wildcard
milhauzindahauz b928196
wildcard
milhauzindahauz File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -121,3 +121,6 @@ dmypy.json | |
|
||
# Pyre type checker | ||
.pyre/ | ||
|
||
# JetBrains IDEs | ||
.idea/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# -*- coding: utf-8 -*- | ||
|
||
from benedict.dicts import benedict | ||
from benedict.metadata import ( | ||
__author__, | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If
_item
istuple
, it will not enter any of the conditions above.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't understand the purpose of this method, could you explain it please?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this method is allowing to travers through complex list and return references to objects on the lowest level of them.