updating docblock locations.

This commit is contained in:
Ian 'z0r0' Abreu
2025-09-02 08:28:47 -04:00
parent 8d56e3e529
commit 0217c1ef97
76 changed files with 230 additions and 1 deletions

View File

@@ -9,4 +9,7 @@ from Base.Persistence import Persistence
class PropertyColumnWidths(Persistence):
"""
Internal spreadsheet object
Author: Eivind Kvedalen (eivind@kvedalen.name)
License: LGPL-2.1-or-later
"""

View File

@@ -9,4 +9,7 @@ from Base.Persistence import Persistence
class PropertyRowHeights(Persistence):
"""
Internal spreadsheet object
Author: Eivind Kvedalen (eivind@kvedalen.name)
License: LGPL-2.1-or-later
"""

View File

@@ -12,4 +12,7 @@ from Base.Persistence import Persistence
class PropertySheet(Persistence):
"""
Internal spreadsheet object
Author: Eivind Kvedalen (eivind@kvedalen.name)
License: LGPL-2.1-or-later
"""

View File

@@ -12,6 +12,9 @@ from App.DocumentObject import DocumentObject
class Sheet(DocumentObject):
"""
With this object you can manipulate spreadsheets
Author: Eivind Kvedalen (eivind@kvedalen.name)
License: LGPL-2.1-or-later
"""
def set(self) -> Any:

View File

@@ -13,6 +13,9 @@ from Gui.ViewProviderDocumentObject import ViewProviderDocumentObject
class ViewProviderSpreadsheet(ViewProviderDocumentObject):
"""
ViewProviderSheet class
Author: Jose Luis Cercos Pita (jlcercos@gmail.com)
License: LGPL-2.1-or-later
"""
def getView(self) -> Any: