Add grammar rule involving RETURN_END_IF

This commit is contained in:
rocky
2024-07-13 15:57:24 -04:00
parent e3579463ab
commit 7787166ddf
4 changed files with 13 additions and 1 deletions

View File

@@ -0,0 +1,10 @@
# 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