HOME


sh-3ll 1.0
DIR:/usr/local/lib64/python3.6/site-packages/pandas/core/ops/__pycache__/
Upload File :
Current File : //usr/local/lib64/python3.6/site-packages/pandas/core/ops/__pycache__/dispatch.cpython-36.pyc
3

���h%�@s>dZddlmZddlmZddlmZeeed�dd�ZdS)	z*
Functions for defining unary operations.
�)�Any)�	ArrayLike)�ABCExtensionArray)�left�right�returncCst|t�pt|t�S)z�
    Identify cases where Series operation should dispatch to ExtensionArray method.

    Parameters
    ----------
    left : np.ndarray or ExtensionArray
    right : object

    Returns
    -------
    bool
    )�
isinstancer)rr�r	�:/tmp/pip-build-5_djhm0z/pandas/pandas/core/ops/dispatch.py�should_extension_dispatchs
rN)	�__doc__ZtypingrZpandas._typingrZpandas.core.dtypes.genericr�boolrr	r	r	r
�<module>s