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

Union types detection also considers attributes #174

Merged
merged 1 commit into from Apr 7, 2023
Merged

Conversation

netromdk
Copy link
Owner

@netromdk netromdk commented Apr 7, 2023

Fixes #159.

Example:
```
def function(argument: ipaddress.IPv4Interface | ipaddress.IPv6Interface):
  pass
```
@coveralls
Copy link

Coverage Status

Coverage: 99.411% (-0.01%) from 99.426% when pulling 48d3c4d on issue-159 into 53ef3a2 on master.

@netromdk netromdk merged commit f8235dc into master Apr 7, 2023
30 checks passed
@netromdk netromdk deleted the issue-159 branch April 7, 2023 15:53
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.

union types as 'X | Y' not detected sometimes
2 participants