# encoding: utf-8
# module wx._richtext
# from D:\project\A_Board\.venv\Lib\site-packages\wx\_richtext.cp313-win_amd64.pyd
# by generator 1.147
# no doc

# imports
import sip as __sip
import wx._adv as __wx__adv
import wx._core as __wx__core
import wx._html as __wx__html


class RichTextVariantArray(__sip.wrapper):
    """
    RichTextVariantArray()
    RichTextVariantArray(a0: RichTextVariantArray)
    """
    def append(self, obj, Any=None): # real signature unknown; restored from __doc__
        """ append(self, obj: Optional[Any]) """
        pass

    def index(self, obj, Any=None): # real signature unknown; restored from __doc__
        """ index(self, obj: Optional[Any]) -> int """
        return 0

    def __contains__(self, *args, **kwargs): # real signature unknown
        """ Return bool(key in self). """
        pass

    def __getitem__(self, *args, **kwargs): # real signature unknown
        """ Return self[key]. """
        pass

    def __init__(self, a0=None): # real signature unknown; restored from __doc__ with multiple overloads
        pass

    def __len__(self, *args, **kwargs): # real signature unknown
        """ Return len(self). """
        pass

    __weakref__ = property(lambda self: object(), lambda self, v: None, lambda self: None)  # default
    """list of weak references to the object"""



