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

Add default odict #136

Closed
cliffckerr opened this issue Sep 28, 2020 · 1 comment
Closed

Add default odict #136

cliffckerr opened this issue Sep 28, 2020 · 1 comment
Labels
enhancement New feature
Milestone

Comments

@cliffckerr
Copy link
Member

a = sc.odict().default(list)

equivalent to

a = defaultdict(list)
@cliffckerr cliffckerr mentioned this issue Nov 29, 2020
20 tasks
@cliffckerr cliffckerr added the enhancement New feature label Dec 6, 2020
@cliffckerr cliffckerr added this to the rc1.03 milestone Mar 12, 2021
@cliffckerr
Copy link
Member Author

Closed by #174

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature
Projects
None yet
Development

No branches or pull requests

1 participant