[bindings] Format with yapf (precommit will reformat)
This commit is contained in:
@@ -7,6 +7,7 @@ from typing import Any
|
||||
from Base.Metadata import export
|
||||
from Base.Persistence import Persistence
|
||||
|
||||
|
||||
@export(
|
||||
Include="Mod/Robot/App/Robot6Axis.h",
|
||||
Namespace="Robot",
|
||||
@@ -25,6 +26,7 @@ class Robot6Axis(Persistence):
|
||||
"""Checks the shape and report errors in the shape structure.
|
||||
This is a more detailed check as done in isValid()."""
|
||||
...
|
||||
|
||||
Axis1: float
|
||||
"""Pose of Axis 1 in degrees"""
|
||||
|
||||
|
||||
@@ -8,6 +8,7 @@ from Base.Metadata import export
|
||||
|
||||
from App.DocumentObject import DocumentObject
|
||||
|
||||
|
||||
@export(
|
||||
Include="Mod/Robot/App/RobotObject.h",
|
||||
Namespace="Robot",
|
||||
|
||||
@@ -7,6 +7,7 @@ from typing import Any, Final
|
||||
from Base.Metadata import export
|
||||
from Base.Persistence import Persistence
|
||||
|
||||
|
||||
@export(
|
||||
Include="Mod/Robot/App/Trajectory.h",
|
||||
Namespace="Robot",
|
||||
@@ -39,6 +40,7 @@ class Trajectory(Persistence):
|
||||
deleteLast() - delete the last waypoint
|
||||
"""
|
||||
...
|
||||
|
||||
Duration: Final[float]
|
||||
"""duration of the trajectory"""
|
||||
|
||||
|
||||
@@ -7,6 +7,7 @@ from typing import Any
|
||||
from Base.Metadata import export
|
||||
from Base.Persistence import Persistence
|
||||
|
||||
|
||||
@export(
|
||||
Include="Mod/Robot/App/Waypoint.h",
|
||||
Namespace="Robot",
|
||||
|
||||
Reference in New Issue
Block a user