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
Something like hunter.trace(builtins=False) or Q(builtins=False)
hunter.trace(builtins=False)
Q(builtins=False)
The text was updated successfully, but these errors were encountered:
FWIW, +1 from me 😉
Sorry, something went wrong.
Add a stdlib boolean flag (for filtering purposes). Ref #15.
stdlib
d067c72
FYI, just added this in master (stdlib instead of builtins)
builtins
1f7ff31
Released in 0.6.0.
0.6.0
No branches or pull requests
Something like
hunter.trace(builtins=False)
orQ(builtins=False)
The text was updated successfully, but these errors were encountered: