test, utils, visualizer: document missing functions and variables in scripts

Silences warnings on Doxygen > 1.9.7.
This commit is contained in:
Gabriel Ferreira
2024-01-28 17:56:41 +00:00
parent 61750bbd89
commit 3ed75b7e9e
9 changed files with 88 additions and 6 deletions

View File

@@ -414,6 +414,7 @@ class TestSimulator(unittest.TestCase):
return None
"""
super().__init__()
## __python_owns__ flag indicates that Cppyy should not manage the lifetime of this variable
self.__python_owns__ = False # Let C++ destroy this on Simulator::Destroy
## Listen port for the server
self.port = port