Skip to content

Commit

Permalink
Add future annotations imports for all files
Browse files Browse the repository at this point in the history
  • Loading branch information
haiiliin committed Aug 28, 2024
1 parent 5ac005b commit 69a1166
Show file tree
Hide file tree
Showing 375 changed files with 750 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/abaqus/AbaqusCAEDisplayPreferences/CaeGuiPrefs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..UtilityAndView.abaqusConstants import Boolean
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/AbaqusCAEDisplayPreferences/CaeKerPrefs.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Adaptivity/AdaptiveMeshControl.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Adaptivity/AdaptiveMeshDomain.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..Region.Region import Region
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Adaptivity/ErrorIndicatorResult.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from .RuleResult import RuleResult
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Amplitude/ActuatorAmplitude.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Amplitude/Amplitude.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc

from ..UtilityAndView.abaqusConstants import STEP, SymbolicConstant
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Amplitude/BaselineCorrection.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc


Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Amplitude/DecayAmplitude.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Amplitude/ModulatedAmplitude.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Amplitude/PeriodicAmplitude.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Amplitude/PsdDefinition.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Amplitude/SmoothStepAmplitude.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Amplitude/SolutionDependentAmplitude.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Amplitude/SpectrumAmplitude.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Animation/ImageAnimation.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Annotation/AnnotationViewport.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..Canvas.ViewportBase import ViewportBase
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Assembly/AssemblyModel.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..Model.ModelBase import ModelBase
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BasicGeometry/BasicGeometryPart.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BasicGeometry/InterestingPoint.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BasicGeometry/ModelDot.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc


Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BasicGeometry/Transform.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc


Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BeamSectionProfile/ArbitraryProfile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from .Profile import Profile
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BeamSectionProfile/BeamSectionProfileOdb.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..Odb.OdbBase import OdbBase
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BeamSectionProfile/BoxProfile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..UtilityAndView.abaqusConstants import Boolean
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BeamSectionProfile/CircularProfile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from .Profile import Profile
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BeamSectionProfile/GeneralizedProfile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from .Profile import Profile
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BeamSectionProfile/HexagonalProfile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from .Profile import Profile
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BeamSectionProfile/IProfile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from .Profile import Profile
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BeamSectionProfile/LProfile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from .Profile import Profile
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BeamSectionProfile/PipeProfile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from .Profile import Profile
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BeamSectionProfile/Profile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc


Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BeamSectionProfile/RectangularProfile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from .Profile import Profile
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BeamSectionProfile/TProfile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from .Profile import Profile
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/BeamSectionProfile/TrapezoidalProfile.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from .Profile import Profile
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Calibration/CalibrationModel.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..Calibration.Calibration import Calibration
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Calibration/DataSet.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc


Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Canvas/Viewport.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..Annotation.AnnotationViewport import AnnotationViewport
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Connector/CDCTerm.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Connector/ConnectorDamping.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Connector/ConnectorElasticity.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Connector/ConnectorOptions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Connector/ConnectorPotential.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Connector/DerivedComponent.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Constraint/AdjustPoints.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..Region.Region import Region
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Constraint/Constraint.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..UtilityAndView.abaqusConstants import OFF, Boolean
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Constraint/DisplayBody.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..Assembly.PartInstance import PartInstance
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Constraint/Equation.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..UtilityAndView.abaqusConstants import OFF, Boolean
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Constraint/ShellSolidCoupling.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Constraint/Tie.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/CustomKernel/CommandRegister.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc


Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/CustomKernel/RegisteredDictionary.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from .CommandRegister import CommandRegister
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/CustomKernel/RegisteredList.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from .CommandRegister import CommandRegister
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/CustomKernel/RegisteredTuple.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from .CommandRegister import CommandRegister
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/Datum/Datum.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc


Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/DisplayGroup/DisplayGroupInstance.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..PlotOptions.OdbDisplayOptions import OdbDisplayOptions
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/DisplayGroup/DisplayGroupInstanceRepository.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..UtilityAndView.abaqusConstants import ON, Boolean
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/DisplayGroup/DisplayGroupSession.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..Session.SessionBase import SessionBase
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/DisplayGroup/Leaf.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from typing_extensions import Literal

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/DisplayGroup/LeafFromInstance.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..Assembly.PartInstance import PartInstance
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/DisplayGroup/LeafFromPartElementLabels.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..Part.Part import Part
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/DisplayGroup/LeafFromPartNodeLabels.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..Part.Part import Part
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/DisplayOptions/BCDisplayOptions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..UtilityAndView.abaqusConstants import ON, Boolean
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/DisplayOptions/ConstraintDisplayOptions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..UtilityAndView.abaqusConstants import ON, Boolean
Expand Down
2 changes: 2 additions & 0 deletions src/abaqus/DisplayOptions/EngineeringFeatureDisplayOptions.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..UtilityAndView.abaqusConstants import ON, Boolean
Expand Down
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
from __future__ import annotations

from abqpy.decorators import abaqus_class_doc, abaqus_method_doc

from ..UtilityAndView.abaqusConstants import ON, Boolean
Expand Down
Loading

0 comments on commit 69a1166

Please sign in to comment.