Files
RustPython/tests/snippets/import_star.py
Gitea ac3da8b453 Add 'from x import *' syntax.
This is a separate opcode in CPython so I added it as such here.
2018-12-22 22:40:02 -05:00

4 lines
88 B
Python

# This is used by import.py; the two should be modified in concert
STAR_IMPORT = '123'