You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It is not documented anywhere, what a streamer as used in classes like "RelativePath" is. It would be immensely helpful to have at least one tiny docstring explaining the use of this function.
The text was updated successfully, but these errors were encountered:
Good call -- I think that #103 (and corresponding WIP branch) should help with this, e.g., by adding base classes and such.
Basically, a streamer is an object that provides a stream() method that returns an iostream that can be opened with a context manager, read in sequence, and closed by the context manager.
It is not documented anywhere, what a
streamer
as used in classes like "RelativePath
" is. It would be immensely helpful to have at least one tiny docstring explaining the use of this function.The text was updated successfully, but these errors were encountered: