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

manual fields not accessible by dict-like methods. #151

Open
YooSunYoung opened this issue Sep 29, 2023 · 0 comments
Open

manual fields not accessible by dict-like methods. #151

YooSunYoung opened this issue Sep 29, 2023 · 0 comments

Comments

@YooSunYoung
Copy link
Collaborator

YooSunYoung commented Sep 29, 2023

Related to #76

For now, dict-like methods, keys, values, items, __getitem__, __setitem__ and setdefault
find fields with Dataset.fields method, which don't have manually generated fields, such as size and numberOfFiles.

They should also be accessible with these dict-like methods.

One suggested solution is to add a flag in the DatasetBase.Field class i.e. manual : bool which is set as False by default.

@YooSunYoung YooSunYoung changed the title manual fields included in dict-like methods. manual fields not accessible by dict-like methods. Sep 29, 2023
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

No branches or pull requests

1 participant