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

Cascading dump() #7

Open
mottosso opened this issue May 14, 2014 · 1 comment
Open

Cascading dump() #7

mottosso opened this issue May 14, 2014 · 1 comment

Comments

@mottosso
Copy link
Member

How about Node.dump() returns a dictionary of all contained children?
At the moment, it only returns values, no children.

This could be used for debugging, showing what is currently stored in-memory, and what would be written to disk if flushed.

@mottosso
Copy link
Member Author

Alternatively, how about flush() providing this feature? It already traverses a hierarchy when writing to disk, with it's simulate attribute it could instead dump what it was about to flush to the user.

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

No branches or pull requests

1 participant