Skip to content

VersionDict threading and Iterable in TreeDict - #10

Open
chicao wants to merge 2 commits into
jsbueno:mainfrom
chicao:main
Open

VersionDict threading and Iterable in TreeDict#10
chicao wants to merge 2 commits into
jsbueno:mainfrom
chicao:main

Conversation

@chicao

@chicao chicao commented Jun 4, 2026

Copy link
Copy Markdown
Contributor
  • Added the threading option to the copy in VersionDict object
  • [Suggestion] Consistency between meaning for key and key_func (key in argument is clear, but when in attributes in the meaning of a KEY function, better to keep as attr key_func)
  • Added the option to create a key==value TreeDict object passing an Iterable
> td = TreeDict([1,2,3,4,5])
> td
TreeDict(1=1, 2=2, 3=3, 4=4, 5=5)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant