[bindings] Format with yapf (precommit will reformat)
This commit is contained in:
@@ -6,16 +6,15 @@ 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
|
||||
@@ -30,6 +29,7 @@ class StringID(BaseClass):
|
||||
Check if two StringIDs are the same
|
||||
"""
|
||||
...
|
||||
|
||||
Value: Final[int] = 0
|
||||
"""Return the integer value of this ID"""
|
||||
|
||||
|
||||
Reference in New Issue
Block a user