module documentation

Tests for array coercion, mainly through testing np.array results directly. Note that other such tests exist e.g. in test_api.py and many corner-cases are tested (sometimes indirectly) elsewhere.
Class ​Test​Array​Likes No class docstring; 1/6 method documented
Class ​Test​Bad​Sequences Undocumented
Class ​Test​Nested Undocumented
Class ​Test​Scalar​Discovery No class docstring; 3/11 methods documented
Class ​Test​String​Discovery Undocumented
Class ​Test​Time​Scalars Undocumented
Function arraylikes Generator for functions converting an array into various array-likes. If full is True (default) includes array-likes not capable of handling all dtypes
Function is​_parametric​_dtype Returns True if the the dtype is a parametric legacy dtype (itemsize is 0, or a datetime without units)
Function scalar​_instances Undocumented
def arraylikes():
Generator for functions converting an array into various array-likes. If full is True (default) includes array-likes not capable of handling all dtypes
def is_parametric_dtype(dtype):
Returns True if the the dtype is a parametric legacy dtype (itemsize is 0, or a datetime without units)
def scalar_instances(times=True, extended_precision=True, user_dtype=True):

Undocumented