pandas.UInt16Dtype.is_dtype
- 
classmethod UInt16Dtype.is_dtype(dtype)[source] - 
Check if we match ‘dtype’.
Parameters: - 
dtype : object - 
The object to check.
 
Returns: - 
is_dtype : bool 
Notes
The default implementation is True if
- 
cls.construct_from_string(dtype)is an instance ofcls. - 
dtypeis an object and is an instance ofcls - 
dtypehas adtypeattribute, and any of the above conditions is true fordtype.dtype. 
 - 
 
    © 2008–2012, AQR Capital Management, LLC, Lambda Foundry, Inc. and PyData Development Team
Licensed under the 3-clause BSD License.
    https://pandas.pydata.org/pandas-docs/version/0.24.2/reference/api/pandas.UInt16Dtype.is_dtype.html