Files
python-uncompyle6/test/simple_source/bug35/02_for_else_bug.py
2024-07-13 17:44:30 -04:00

11 lines
218 B
Python

# Adapted 3.5 from _bootstrap_external.py
def spec_from_file_location(loader, location):
if loader:
for _ in __file__:
if location:
break
else:
return None