Add PythonDocumentationGenerator method to collect all namespaces

This commit is contained in:
2026-04-08 14:24:44 +02:00
parent 54e3a30ef0
commit d0e2855b58
6 changed files with 40 additions and 3 deletions
+2 -1
View File
@@ -13,4 +13,5 @@
- 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`
- Add feature to compare `core.python.namespaces.PythonPackageNamespace` instances or `core.python.namespaces.PythonModuleNamespace` instances
- Add string representation for python namespace objects
- Add string representation for python namespace objects
- Add `PythonDocumentationGenerator` method to collect all namespaces