mastapy 13.0.2.post1__py3-none-any.whl → 13.0.2.post2__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.2.post1.dist-info → mastapy-13.0.2.post2.dist-info}/METADATA +1 -1
- {mastapy-13.0.2.post1.dist-info → mastapy-13.0.2.post2.dist-info}/RECORD +5 -5
- {mastapy-13.0.2.post1.dist-info → mastapy-13.0.2.post2.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
@@ -240,9 +240,9 @@ mastapy/_internal/overridable_enum_runtime.py,sha256=3D0og9Iyt5p92ubY4s5nPoQzICM
|
|
240
240
|
mastapy/_internal/python_net.py,sha256=9Nwk1H7fYwDVXPKUhzDI243g5M9ojUPorPBweZMhW0A,3115
|
241
241
|
mastapy/_internal/sentinels.py,sha256=kubt3th7cw3Iur45H356GWLH7Q4M9WisXdHn1QsZbJY,2204
|
242
242
|
mastapy/_internal/tuple_with_name.py,sha256=ycQSIo9JiVzZCtPpK_EiqOEd6hzxtVy7pR4N51E4Arc,1362
|
243
|
-
mastapy/_internal/type_enforcement.py,sha256=
|
243
|
+
mastapy/_internal/type_enforcement.py,sha256=pLaQeIsrJh3dC8pnCZPDAeCZqntdJfC-WMbgAFpHTpQ,9323
|
244
244
|
mastapy/_internal/utility.py,sha256=fX8rmHYUiDv20HQPO0uMyZ7ELzdifXI-bPw6DHse6JA,2529
|
245
|
-
mastapy/_internal/version.py,sha256=
|
245
|
+
mastapy/_internal/version.py,sha256=_0C3fM_TxEt44rOCe5yNMjRGmwOORzgXJg8YzYI85hg,144
|
246
246
|
mastapy/_math/__init__.py,sha256=7xx4GKvFaCQAdOT4Ex0Ywh_E6u38DjJ6EjgtIKEoIng,798
|
247
247
|
mastapy/_math/color.py,sha256=Vdqt2dx28AAe82E81Dpctof2aiJ9NVP0liY3M-ic004,3540
|
248
248
|
mastapy/_math/matrix_2x2.py,sha256=S-wtTwhRgDSKYUMZ6Y4TczoDltrBFqbjivxc2JA8_64,19210
|
@@ -8079,6 +8079,6 @@ mastapy/utility_gui/charts/_1874.py,sha256=lxy2OmLdTBvf3yGd09nrgXL502qHEFS8F2rHl
|
|
8079
8079
|
mastapy/utility_gui/charts/__init__.py,sha256=pRYGSSG-ls-2oBxogV_ULhL8bLCQ1MOIk6SL11XN98Q,2186
|
8080
8080
|
mastapy/utility_gui/databases/_1875.py,sha256=jaR_Qatne14eRSlqSMS2rU94JZ8ELSXzOp84sl0bW9o,3161
|
8081
8081
|
mastapy/utility_gui/databases/__init__.py,sha256=KCVWRB33A4E73GWHsNz6RQsckiImFvm7ruuL4JiPiSE,441
|
8082
|
-
mastapy-13.0.2.
|
8083
|
-
mastapy-13.0.2.
|
8084
|
-
mastapy-13.0.2.
|
8082
|
+
mastapy-13.0.2.post2.dist-info/METADATA,sha256=L-beTcYmCM7ujod1DysDCaUNonVrM4jGuNMURB5Efww,3101
|
8083
|
+
mastapy-13.0.2.post2.dist-info/WHEEL,sha256=Nq82e9rUAnEjt98J6MlVmMCZb-t9cYE2Ir1kpBmnWfs,88
|
8084
|
+
mastapy-13.0.2.post2.dist-info/RECORD,,
|
File without changes
|