jjaakola-aiven commented on code in PR #1843:
URL: https://github.com/apache/avro/pull/1843#discussion_r957326951
##########
lang/py/avro/name.py:
##########
@@ -91,6 +93,10 @@ def __eq__(self, other: object) -> bool:
"""Equality of names is defined on the fullname and is
case-sensitive."""
return hasattr(other, "fullname") and self.fullname == getattr(other,
"fullname")
+ @property
+ def name(self) -> Optional[str]:
Review Comment:
Added some.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]