You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
classHardwareComponent(_abc.ABC):
"""Represents a basic hardware component."""@_abc.abstractpropertydefuuid(self) ->str:
"""The UUID of this hardware component."""
...
The text was updated successfully, but these errors were encountered:
Currently, there is no way to have rust implementations for abstract python classes.
Asked here: PyO3/pyo3#991
Offending code:
The text was updated successfully, but these errors were encountered: