# 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 GridBlockDiffResult(__sip.wrapper):
    """
    The helper struct uses as a result type for difference functions of
    wxGridBlockCoords class.
    """
    def _getParts(self): # real signature unknown; restored from __doc__
        """ _getParts() -> Any """
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    m_parts = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """_getParts() -> Any"""

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""



