sherlock.py
sherlock.py copied to clipboard
Constant is not support yet.
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
.