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
At the moment, we need to cast generic Metadata.signed objects into specific subclass types (such as Root), so that mypy (rightfully) does not complain.
Instead, we should write specific functions that will read and load specific signed metadata objects, such as Root, giving stronger static-typing and runtime checks.
The text was updated successfully, but these errors were encountered:
At the moment, we need to cast generic Metadata.signed objects into specific subclass types (such as Root), so that mypy (rightfully) does not complain.
Instead, we should write specific functions that will read and load specific signed metadata objects, such as Root, giving stronger static-typing and runtime checks.
The text was updated successfully, but these errors were encountered: