jeeves
jeeves copied to clipboard
Wrong paramter type.
The type of varLabel
parameter is fast.AST.Var
but the documentation states that the type is string
.
>>> l = JeevesLib.mkLabel('l')
>>> l.__class__
<class 'fast.AST.Var'>