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

FDataBasis as list #90

Closed
pablomm opened this issue Apr 26, 2019 · 0 comments · Fixed by #244
Closed

FDataBasis as list #90

pablomm opened this issue Apr 26, 2019 · 0 comments · Fixed by #244
Assignees

Comments

@pablomm
Copy link
Member

pablomm commented Apr 26, 2019

to_list method of FdataBasis is not longer needed after #68.

def to_list(self):

Now the object can be unpacked as a list using the list constructor.

a = FDataBasis(...)
list(a)
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 a pull request may close this issue.

2 participants