jeeves icon indicating copy to clipboard operation
jeeves copied to clipboard

Wrong paramter type.

Open Ch0c0late opened this issue 8 years ago • 0 comments

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'>

Ch0c0late avatar May 01 '16 19:05 Ch0c0late