Neither of the operations below fail: ```python from ShExJSG import ShExJ tc = ShExJ.TripleConstraint() tc.predicate = 17 # This should fail tc.valueExpr = "a string" # This should fail ```
Neither of the operations below fail: