Files
RustPython/extra_tests/snippets/import_name.py
2020-09-13 06:58:57 +09:00

3 lines
56 B
Python

def import_func():
assert __name__ == "import_name"