Update documentation and code snippets

This commit is contained in:
2025-12-04 18:17:36 +03:00
parent be083bb64d
commit 9179eb8468
23 changed files with 33 additions and 83 deletions
+1 -1
View File
@@ -48,7 +48,7 @@ class ArgSpace:
return cls(parsed_arguments)
def _setup_getters(self):
def _setup_getters(self) -> None:
if not self.all_arguments:
return
for input_arg in self.all_arguments: