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.
1 parent 6355a5c commit ccfe160Copy full SHA for ccfe160
Tools/build/consts_getter.py
@@ -1,8 +1,6 @@
1
import os
2
3
-SCRIPT_NAME = 'Tools/build/consts_getter.py'
4
-__file__ = os.path.abspath(__file__)
5
-ROOT = os.path.dirname(os.path.dirname(os.path.dirname(__file__)))
+ROOT = os.path.dirname(os.path.dirname(os.path.dirname(os.path.abspath(__file__))))
6
INTERNAL = os.path.join(ROOT, 'Include', 'internal')
7
8
def get_nsmallnegints_and_nsmallposints() -> tuple[int, int]:
0 commit comments