Closed apkrelling closed 5 months ago
Instead of dict, use ReprStruct as ast type hint for traverse_ast_ascii and visualize funcs.
dict
ReprStruct
traverse_ast_ascii
visualize
:tada: This PR is included in version 0.13.0 :tada:
The release is available on:
0.13.0
Your semantic-release bot :package::rocket:
Instead of
dict
, useReprStruct
as ast type hint fortraverse_ast_ascii
andvisualize
funcs.