User bio
404 bio not found
Member since Mar 23, 2021
Posts:
Replies:

Apologies for being unclear. <Invoke> will still respect CheckStatus="false" or CheckStatus="0" by ignoring any returned statuses for that method. What has changed is the default behavior is to check the status, so perhaps deprecate is not exactly the right word here.

Dominic Chui · Aug 6, 2025 go to post

I've never tried with a custom buffer but I know you can redirect python stdout pretty easily using something like this:

sys.stdout = open('file', 'w')

Or this to completely suppress output:

sys.stdout = open(os.devnull, "w")

And then when you're done, use this to revert:

sys.stdout = sys.__stdout__

Certifications & Credly badges:
Dominic has no Certifications & Credly badges yet.
Followers:
Following:
Dominic has not followed anybody yet.