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
This issue documents enhancements that are planned for the momo typedargs system.
Allow nesting of types more than one deep in complex types, so recursive types like map(string, list(string)). This will work with the existing implementation one we change to using a recursive parser to parse the type declaration.
Move commander proxy objects out of pymomo and into each module's directory. Allow proxy objects to be injected into momo like types are injected.
The text was updated successfully, but these errors were encountered:
This issue documents enhancements that are planned for the momo typedargs system.
The text was updated successfully, but these errors were encountered: