[bindings] Format with yapf (precommit will reformat)

This commit is contained in:
Frank Martinez
2025-10-07 12:07:42 -05:00
parent d4d7cabdc5
commit 0d0689341b
254 changed files with 885 additions and 311 deletions

View File

@@ -6,6 +6,7 @@ from Base.Metadata import export
from Part.BodyBase import BodyBase
from typing import Final
@export(
Include="Mod/PartDesign/App/Body.h",
FatherInclude="Mod/Part/App/BodyBasePy.h",

View File

@@ -6,6 +6,7 @@ from Base.Metadata import export
from Part.PartFeature import PartFeature
from typing import Optional, overload
@export(
Include="Mod/PartDesign/App/Feature.h",
FatherInclude="Mod/Part/App/PartFeaturePy.h",

View File

@@ -5,6 +5,7 @@ from __future__ import annotations
from Base.Metadata import export
from Gui.ViewProviderPartExt import ViewProviderPartExt
@export(
Include="Mod/PartDesign/Gui/ViewProvider.h",
Namespace="PartDesignGui",