Add function to ensure a non-empty string.

This commit is contained in:
2026-04-19 19:10:45 +02:00
parent b71b93000e
commit 3b45c1a8ed
3 changed files with 57 additions and 2 deletions
+2 -1
View File
@@ -21,4 +21,5 @@
- Add class for Python modules
- Add feature to get the signature representation of a Python function argument
- Add class for Python docstrings
- Add feature to parse Python docstrings
- Add feature to parse Python docstrings
- Add function to ensure a non-empty string.