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
There is currently no way to create Literal type in Python bindings so for example Rule.add_meta cannot be called because the second parameter is expected to be Literal but it cannot be created. We should provide bindings for all the different constructors we have in C++ part.