Skip to content

Commit

Permalink
feat: leaf_paths promoted to root
Browse files Browse the repository at this point in the history
  • Loading branch information
thorwhalen committed Dec 6, 2024
1 parent 8ea5e78 commit 1886f06
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dol/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,7 @@ def ihead(store, n=1):

from dol.paths import (
flatten_dict, # flatten a nested Mapping, getting a dict
leaf_paths, # get the paths to the leaves of a Mapping
KeyTemplate, # express strings, tuples, and dict keys from a string template
mk_relative_path_store, # transform path store into relative path store
KeyPath, # a class to represent a path to a key
Expand Down

0 comments on commit 1886f06

Please sign in to comment.