# encoding: utf-8
# module lxml.etree
# from C:\Users\xukai\Downloads\发票2\venv\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 0x000001A5B8C820C0>, '__dict__': <attribute '__dict__' of '_ElementStringResult' objects>, '__doc__': None})"


