# encoding: utf-8
# module wx._grid
# from D:\project\A_Board\.venv\Lib\site-packages\wx\_grid.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import sip as __sip
import wx._core as __wx__core


class GridBlocks(__sip.wrapper):
    """ Represents a collection of grid blocks that can be iterated over. """
    def begin(self): # real signature unknown; restored from __doc__
        """
        begin() -> iterator
        
        Return iterator corresponding to the beginning of the range.
        """
        pass

    def end(self): # real signature unknown; restored from __doc__
        """
        end() -> iterator
        
        Return iterator corresponding to the end of the range.
        """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""


    iterator = None # (!) real value is "<class 'wx._grid.GridBlocks.iterator'>"


