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
The current definition should probably use ShapeType as an index, and _S as value. To avoid the ambiguity of the 1 argument/2 argument version, an @overload definition could be better.
The text was updated successfully, but these errors were encountered:
being in the interface but always failing is essentially indistinguishable in python to not being on the interface, so I think it's a good idea to catch this statically if possible
The current definition should probably use
ShapeType
as an index, and_S
as value. To avoid the ambiguity of the 1 argument/2 argument version, an@overload
definition could be better.The text was updated successfully, but these errors were encountered: