We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a1cda3 commit 8172326Copy full SHA for 8172326
roborock/containers.py
@@ -109,7 +109,7 @@ def _decamelize(s: str):
109
110
def _attr_repr(obj: Any) -> str:
111
"""Return a string representation of the object including specified attributes.
112
-
+
113
This reproduces the default repr behavior of dataclasses, but also includes
114
properties. This must be called by the child class's __repr__ method since
115
the parent RoborockBase class does not know about the child class's attributes.
@@ -729,6 +729,7 @@ def mop_roller_time_left(self) -> int | None:
729
def __repr__(self) -> str:
730
return _attr_repr(self)
731
732
733
@dataclass
734
class MultiMapsListMapInfoBakMaps(RoborockBase):
735
mapflag: Any | None = None
0 commit comments