mirror of
https://github.com/davidhalter/typeshed.git
synced 2026-08-19 14:28:04 +08:00
Type openpyxl functions module and its usages (#10322)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user