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
Value_data_type
Class Value_data_type inherits from str but should inherit from ``
str
Currently:
class Value_data_type(str, DBC):
Should be:
class Value_data_type(Non_empty_XML_serializable_string, DBC):
This needs to be done in v3.py as well as v3_1.py.
v3.py
v3_1.py
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Class
Value_data_type
inherits fromstr
but should inherit from ``Currently:
Should be:
This needs to be done in
v3.py
as well asv3_1.py
.The text was updated successfully, but these errors were encountered: