Add checking whether sub namespaces are not empty in core.python.namespaces.PythonPackageNamespace.namespace

This commit is contained in:
2026-04-07 22:57:18 +02:00
parent fa75b6f036
commit 6cb5d25f5c
2 changed files with 6 additions and 1 deletions
+2 -1
View File
@@ -9,4 +9,5 @@
- Add function to assert that an object is an instance of a specific type
- 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 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`