openpyxl: Add _WorkbookChild / ReadOnlyWorksheet / Workbook annotations (#11677)

This commit is contained in:
Avasam
2024-04-01 09:30:20 -04:00
committed by GitHub
parent ccc47c0558
commit 0cea0bc06e
20 changed files with 106 additions and 55 deletions
@@ -46,6 +46,8 @@ openpyxl\.descriptors\.(base\.)?Typed\.allow_none
# - or, keyword arguments are explicitly specified
openpyxl.cell.Cell.__init__
openpyxl.cell.cell.Cell.__init__
openpyxl.cell.cell.WriteOnlyCell
openpyxl.cell.WriteOnlyCell
openpyxl.cell.text.PhoneticProperties.__init__
openpyxl.cell.text.PhoneticText.__init__
openpyxl.chart.axis._BaseAxis.__init__