mastapy 13.0.1.post5__py3-none-any.whl → 13.0.1.post6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- mastapy/_internal/type_enforcement.py +1 -7
- mastapy/_internal/version.py +1 -1
- {mastapy-13.0.1.post5.dist-info → mastapy-13.0.1.post6.dist-info}/METADATA +1 -1
- {mastapy-13.0.1.post5.dist-info → mastapy-13.0.1.post6.dist-info}/RECORD +5 -5
- {mastapy-13.0.1.post5.dist-info → mastapy-13.0.1.post6.dist-info}/WHEEL +0 -0
@@ -225,19 +225,13 @@ def _get_annotations(func: DecoratorMethod) -> Dict[str, Union[Type, str]]:
|
|
225
225
|
}
|
226
226
|
|
227
227
|
|
228
|
-
def enforce_parameter_types(func
|
228
|
+
def enforce_parameter_types(func):
|
229
229
|
"""Decorate method and enforce the types of all arguments.
|
230
230
|
|
231
231
|
Note:
|
232
232
|
This decorator operates lazily and only enforces if a type error or
|
233
233
|
value error occurs. That way we can attempt to internally convert
|
234
234
|
arguments to the correct type first.
|
235
|
-
|
236
|
-
Args:
|
237
|
-
func (DecoratorMethod): Function to wrap.
|
238
|
-
|
239
|
-
Returns:
|
240
|
-
DecoratorType
|
241
235
|
"""
|
242
236
|
|
243
237
|
@functools.wraps(func)
|
mastapy/_internal/version.py
CHANGED
@@ -238,9 +238,9 @@ mastapy/_internal/overridable_constructor.py,sha256=T54EQXmkVtRy6djenLFuvQo2lH60
|
|
238
238
|
mastapy/_internal/overridable_enum_runtime.py,sha256=3D0og9Iyt5p92ubY4s5nPoQzICMsRjbB8j4xaeURSuw,2086
|
239
239
|
mastapy/_internal/python_net.py,sha256=9Nwk1H7fYwDVXPKUhzDI243g5M9ojUPorPBweZMhW0A,3115
|
240
240
|
mastapy/_internal/tuple_with_name.py,sha256=ycQSIo9JiVzZCtPpK_EiqOEd6hzxtVy7pR4N51E4Arc,1362
|
241
|
-
mastapy/_internal/type_enforcement.py,sha256=
|
241
|
+
mastapy/_internal/type_enforcement.py,sha256=pLaQeIsrJh3dC8pnCZPDAeCZqntdJfC-WMbgAFpHTpQ,9323
|
242
242
|
mastapy/_internal/utility.py,sha256=EIgtsHjK1tXQsWdVjlWlVtLJOViQgdOn_CY_jBPG6x4,796
|
243
|
-
mastapy/_internal/version.py,sha256=
|
243
|
+
mastapy/_internal/version.py,sha256=q03VaR6zKW9vx6LmKJQXoKsr5j2xmB-fLzVSYTlsGVI,144
|
244
244
|
mastapy/_math/__init__.py,sha256=7xx4GKvFaCQAdOT4Ex0Ywh_E6u38DjJ6EjgtIKEoIng,798
|
245
245
|
mastapy/_math/color.py,sha256=Vdqt2dx28AAe82E81Dpctof2aiJ9NVP0liY3M-ic004,3540
|
246
246
|
mastapy/_math/matrix_2x2.py,sha256=S-wtTwhRgDSKYUMZ6Y4TczoDltrBFqbjivxc2JA8_64,19210
|
@@ -8069,6 +8069,6 @@ mastapy/utility_gui/charts/_1867.py,sha256=TdP2v3HKaanznWrRHmJUPbRXfVRsZ1m3aYvDz
|
|
8069
8069
|
mastapy/utility_gui/charts/__init__.py,sha256=QndX3Dpo2_IfdPvwDWJyZy9if9GrKkV0thRO4W72h_k,2186
|
8070
8070
|
mastapy/utility_gui/databases/_1868.py,sha256=jaR_Qatne14eRSlqSMS2rU94JZ8ELSXzOp84sl0bW9o,3161
|
8071
8071
|
mastapy/utility_gui/databases/__init__.py,sha256=QnDdKDRiniAxoht0PxLD-M5MdTOAr19xNpRsARKSPKY,441
|
8072
|
-
mastapy-13.0.1.
|
8073
|
-
mastapy-13.0.1.
|
8074
|
-
mastapy-13.0.1.
|
8072
|
+
mastapy-13.0.1.post6.dist-info/METADATA,sha256=XLjgxwdisjguDewnW3mgCIqSjaQc3Wu9WW2KsCvN_Qs,3101
|
8073
|
+
mastapy-13.0.1.post6.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
8074
|
+
mastapy-13.0.1.post6.dist-info/RECORD,,
|
File without changes
|