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
Although it's a bug in mypy I think we should also take care of that as it makes working with those classes pretty awkward
see autosar sample: CompuScales.CompuScales, TargetIPduRef.TargetIPduRef
CompuScales.CompuScales
TargetIPduRef.TargetIPduRef
class Foo: foo: "Foo.Foo" class Foo: pass
The text was updated successfully, but these errors were encountered:
Avoid same name for outer-inner classes
3166b79
Closes #511
d8f908a
tefra/xsdata#511
38a3fd5
Successfully merging a pull request may close this issue.
Although it's a bug in mypy I think we should also take care of that as it makes working with those classes pretty awkward
see autosar sample:
CompuScales.CompuScales
,TargetIPduRef.TargetIPduRef
The text was updated successfully, but these errors were encountered: