# encoding: utf-8
# module pandas._libs.indexing
# from C:\Programs\Python\Python313\Lib\site-packages\pandas\_libs\indexing.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import builtins as __builtins__ # <module 'builtins' (built-in)>

# functions

def __pyx_unpickle_NDFrameIndexerBase(*args, **kwargs): # real signature unknown
    pass

# classes

class NDFrameIndexerBase(object):
    """ A base class for _NDFrameIndexer for fast instantiation and attribute access. """
    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    @staticmethod # known case of __new__
    def __new__(*args, **kwargs): # real signature unknown
        """ Create and return a new object.  See help(type) for accurate signature. """
        pass

    def __reduce_cython__(self, *args, **kwargs): # real signature unknown
        pass

    def __reduce__(self, *args, **kwargs): # real signature unknown
        pass

    def __setstate_cython__(self, *args, **kwargs): # real signature unknown
        pass

    def __setstate__(self, *args, **kwargs): # real signature unknown
        pass

    name = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default

    ndim = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default

    obj = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default



# variables with complex values

__loader__ = None # (!) real value is '<_frozen_importlib_external.ExtensionFileLoader object at 0x00000213AF60ED50>'

__spec__ = None # (!) real value is "ModuleSpec(name='pandas._libs.indexing', loader=<_frozen_importlib_external.ExtensionFileLoader object at 0x00000213AF60ED50>, origin='C:\\\\Programs\\\\Python\\\\Python313\\\\Lib\\\\site-packages\\\\pandas\\\\_libs\\\\indexing.cp313-win_amd64.pyd')"

__test__ = {}

