sherlock.py icon indicating copy to clipboard operation
sherlock.py copied to clipboard

Constant is not support yet.

Open jayvdb opened this issue 3 years ago • 0 comments

In Python 3.8, all constants are represented in the AST by the ast.Constant node type, which will replace Num, Str, Bytes, Ellipsis and NameConstant.

jayvdb avatar Jul 02 '21 06:07 jayvdb