# encoding: utf-8
# module pandas._libs.hashing
# from C:\Programs\Python\Python313\Lib\site-packages\pandas\_libs\hashing.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import builtins as __builtins__ # <module 'builtins' (built-in)>
import numpy as np # C:\Programs\Python\Python313\Lib\site-packages\numpy\__init__.py

# functions

def hash_object_array(*args, **kwargs): # real signature unknown
    """
    Parameters
        ----------
        arr : 1-d object ndarray of objects
        key : hash key, must be 16 byte len encoded
        encoding : encoding for key & arr, default to 'utf8'
    
        Returns
        -------
        1-d uint64 ndarray of hashes.
    
        Raises
        ------
        TypeError
            If the array contains mixed types.
    
        Notes
        -----
        Allowed values must be strings, or nulls
        mixed array types will raise TypeError.
    """
    pass

def __pyx_unpickle_Enum(*args, **kwargs): # real signature unknown
    pass

# no classes
# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x00000201FDDD0B90>'

__spec__ = None # (!) real value is "ModuleSpec(name='pandas._libs.hashing', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x00000201FDDD0B90>, origin='C:\\\\Programs\\\\Python\\\\Python313\\\\Lib\\\\site-packages\\\\pandas\\\\_libs\\\\hashing.cp313-win_amd64.pyd')"

__test__ = {}

