It is statically type-checked and does not allow typecoercion, so is safe with regards to types.
它进行静态类型检查,并且不允许强制类型转换,因而对于类型而言是安全的。
2
The typecoercion rules have changed to preserve types in arrays (more often), rather than converting to the type of a Python scalar.
改变了类型强制规则,以保持数组(更为常见)中的类型 ,而不是转换为 Python 标量的类型。
3
Provides hints and tips to avoid common script mistakes in specific areas, such as syntax, order of script interpretation, automatic typecoercion, and so on.