pdoc-Dockstrings ergänzt

This commit is contained in:
2026-04-20 14:31:16 +02:00
parent 30bfcc597d
commit d2035139d9
8 changed files with 93 additions and 17 deletions
+5
View File
@@ -1,3 +1,8 @@
"""
sn_basis/functions Wrapper und Hilfsfunktionen für QGIS-Kompatibilität.
Bietet abstrahierte Schnittstellen für Qt, QGIS und OS-Operationen.
"""
from .ly_existence_wrapper import layer_exists
from .ly_geometry_wrapper import (
get_layer_geometry_type,
-14
View File
@@ -1,14 +0,0 @@
mermaid´´´
flowchart TD
A[Projekt]
subgraph children[ ]
direction TB
B[src]
C[docs]
D[README.md]
end
A --> B
A --> C
A --> D