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 a hidden _output keyword argument #22

Closed
wants to merge 1 commit into from

Conversation

goerz
Copy link
Member

@goerz goerz commented Jan 12, 2024

This allows to inject custom capturing in an undocumented way. Instead of the standard IOBuffer, a motivated user could supply an IOBuffer-like object that, e.g., limits the captured output.

Closes #21

This allows to inject custom capturing in an undocumented way. Instead
of the standard `IOBuffer`, a motivated user could supply an
IOBuffer-like object that, e.g., limits the captured output.
@goerz goerz mentioned this pull request Jan 12, 2024
@goerz
Copy link
Member Author

goerz commented Jan 12, 2024

The alternative is #23, which does the same thing, but documents it as a feature.

@goerz goerz mentioned this pull request Jan 12, 2024
@mortenpi
Copy link
Member

Let's go with #23 and make it a proper feature.

@mortenpi mortenpi closed this Jan 15, 2024
@goerz goerz deleted the mg/hidden-output-option branch January 15, 2024 01:57
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 this pull request may close these issues.

Limit captured output
2 participants