Type openpyxl functions module and its usages (#10322)

This commit is contained in:
Avasam
2023-07-19 13:29:31 +02:00
committed by GitHub
parent 797779d222
commit 61914253a0
40 changed files with 263 additions and 73 deletions
+7 -6
View File
@@ -1,13 +1,14 @@
# "cls" argument has wrong name in implementation.
openpyxl.descriptors.slots.AutoSlotProperties.__new__
# The actual runtime definition depends on what else is installed
# (lxml, defusedxml, et_xmlfile)
openpyxl.xml._functions_overloads
openpyxl.xml.functions.Element.__iter__
openpyxl.xml.functions.fromstring
openpyxl.xml.functions.iterparse
openpyxl.xml.functions.tostring
# Requires numpy to be installed
openpyxl.utils.dataframe
# Element can be imported from lxml or xml.etree, so the attributes can
# differ at runtime.
openpyxl.xml.functions.Element.*
# Fake getters
openpyxl\.descriptors\..*\.__get__
@@ -20,9 +20,9 @@ from openpyxl.descriptors.nested import (
NestedString,
NestedText,
NestedValue,
_HasTagAndGet,
)
from openpyxl.descriptors.serialisable import Serialisable
from openpyxl.xml._functions_overloads import _HasTagAndGet
from openpyxl.xml.functions import Element
_ = object() # More concise discard object for casts