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
We should enable the data type constraints decorator to be used for Module __call__ methods. One approach is to update object_builders.py so that we can specify how to construct modules and then update the data type constraint tests to take a special code path for classes, where it will first construct the class (outside the string) and then call a method on the object.
The text was updated successfully, but these errors were encountered:
We should enable the data type constraints decorator to be used for Module
__call__
methods. One approach is to updateobject_builders.py
so that we can specify how to construct modules and then update the data type constraint tests to take a special code path for classes, where it will first construct the class (outside the string) and then call a method on the object.The text was updated successfully, but these errors were encountered: