The typing.py
module#
Summary#
Type used to refer to both integers and floats as possible values. |
|
Type used to refer to |
Description#
Provides typing of values for PyAnsys Geometry.
Module detail#
- typing.Real#
Type used to refer to both integers and floats as possible values.
- typing.RealSequence#
Type used to refer to
Real
types as aSequence
type.Notes
numpy.ndarrays
are also accepted because they are the overlaying data structure behind most PyAnsys Geometry objects.