You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The documentation states that body is "str or unicode text" (in python3, this is apparently str, bytes or bytearray). You can add support for ast.Module without additional code. And by adding a small ast code.Expression and ast.Interactive.
The documentation states that body is "str or unicode text" (in python3, this is apparently str, bytes or bytearray). You can add support for ast.Module without additional code. And by adding a small ast code.Expression and ast.Interactive.