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
Relative imports may create nodes with name=None, which crashes remove_wild, when it checks whether the node is a function argument.
name=None
remove_wild
Hence, remove_wild needs a None check.
None
See https://github.com/johnyf/pyan/issues/6
The text was updated successfully, but these errors were encountered:
e3024d6
Technologicat
No branches or pull requests
Relative imports may create nodes with
name=None
, which crashesremove_wild
, when it checks whether the node is a function argument.Hence,
remove_wild
needs aNone
check.See https://github.com/johnyf/pyan/issues/6
The text was updated successfully, but these errors were encountered: