Add feature to get the names of all sub-namespaces of a core.python.namespaces.PythonPackageNamespace

This commit is contained in:
2026-04-08 13:26:35 +02:00
parent 0dcf34c068
commit 2cac1727e1
3 changed files with 50 additions and 10 deletions
+2 -1
View File
@@ -10,4 +10,5 @@
- Add python project documentation generator class
- Add python namespaces classes
- Add type checking for the `name` attribute at the constructor of `core.python.namespaces.PythonNamespace`
- Add check whether sub namespaces are not empty in `core.python.namespaces.PythonPackageNamespace.namespace`
- Add check whether sub-namespaces are not empty in `core.python.namespaces.PythonPackageNamespace.namespace`
- Add feature to get the names of all sub-namespaces of a `core.python.namespaces.PythonPackageNamespace`