We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
When python>=3.11, variable __file__ is not recognized
__file__
test code:
import os if __name__ == '__main__': os.path.realpath(__file__)
Run through
Describe the bug*
When python>=3.11, variable
__file__is not recognizedTo Reproduce
test code:
Expected behavior
Run through
Screenshots
Desktop or remote (please complete the following information):**