black formatting

This commit is contained in:
Frank Martinez
2025-09-26 13:23:01 -05:00
parent 8e51db4072
commit 591e8a36b3
205 changed files with 381 additions and 853 deletions

View File

@@ -6,15 +6,16 @@ from Base.Metadata import export, constmethod, class_declarations
from Base.BaseClass import BaseClass
from typing import Any, Final, List
@export(
Include="App/StringHasher.h",
Reference=True,
)
@class_declarations("""private:
@class_declarations(
"""private:
friend class StringID;
int _index = 0;
""")
"""
)
class StringID(BaseClass):
"""
This is the StringID class
@@ -29,7 +30,6 @@ class StringID(BaseClass):
Check if two StringIDs are the same
"""
...
Value: Final[int] = 0
"""Return the integer value of this ID"""