We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
If the Incomplete decorator is at the end of the execution chain
@incomplete @metadata(category='positive') def can_retrieve(self): pass
It results in output like:
--snip-- ∟ DECORATOR ONCALL --snip--
When It really should look like:
--snip-- ∟ can retrieve (incomplete) --snip--
The text was updated successfully, but these errors were encountered:
No branches or pull requests
If the Incomplete decorator is at the end of the execution chain
It results in output like:
When It really should look like:
The text was updated successfully, but these errors were encountered: