# Python: 3.9.2 (tags/v3.9.2:1a79785, Feb 19 2021, 13:44:55) [MSC v.1928 64 bit (AMD64)]
# Library: pandas, version: 1.2.4
# Module: pandas._libs.hashing, version: unspecified
import typing
import builtins as _mod_builtins

__doc__: typing.Any
__file__: str
__name__: str
__package__: str
def __pyx_unpickle_Enum() -> typing.Any:
    ...

__test__: dict
def hash_object_array() -> typing.Any:
    "\n    Parameters\n    ----------\n    arr : 1-d object ndarray of objects\n    key : hash key, must be 16 byte len encoded\n    encoding : encoding for key & arr, default to 'utf8'\n\n    Returns\n    -------\n    1-d uint64 ndarray of hashes.\n\n    Raises\n    ------\n    TypeError\n        If the array contains mixed types.\n\n    Notes\n    -----\n    Allowed values must be strings, or nulls\n    mixed array types will raise TypeError.\n    "
    ...

def __getattr__(name) -> typing.Any:
    ...

