# encoding: utf-8
# module lxml.etree
# from C:\Programs\Python\Python311\Lib\site-packages\lxml\etree.cp311-win_amd64.pyd
# by generator 1.147
""" The ``lxml.etree`` module implements the extended ElementTree API for XML. """

# imports
import builtins as __builtins__ # <module 'builtins' (built-in)>

from .bytes import bytes

class _ElementStringResult(bytes):
    # no doc
    def getparent(self, *args, **kwargs): # real signature unknown
        pass

    def __init__(self, *args, **kwargs): # real signature unknown
        pass

    __dict__ = None # (!) real value is "mappingproxy({'__module__': 'lxml.etree', 'getparent': <cyfunction _ElementStringResult.getparent at 0x0000019883C1A400>, '__dict__': <attribute '__dict__' of '_ElementStringResult' objects>, '__doc__': None})"


