chore: add documentation RI #11

Merged
8464960 merged 6 commits from chore/add-documentation into dev 2025-11-22 19:14:51 +00:00
2 changed files with 1 additions and 4 deletions
Showing only changes of commit a53871360e - Show all commits

View File

@@ -7,9 +7,6 @@ class SocketBase(object):
""" """
Base class for endpoints associated with a ZeroMQ socket. Base class for endpoints associated with a ZeroMQ socket.
:param identifier: The identifier of the endpoint.
:type identifier: str
:ivar identifier: The identifier of the endpoint. :ivar identifier: The identifier of the endpoint.
:vartype identifier: str :vartype identifier: str

View File

@@ -177,7 +177,7 @@ class MicrophoneUtils(object):
def test_choose_mic_no_argument(self, pyaudio_instance, mocker): def test_choose_mic_no_argument(self, pyaudio_instance, mocker):
""" """
Tests `choose_mic` function when no command-line arguments Tests `choose_mic` function when no command-line arguments
are provided, verifying that the function falls back correctly to the are provided, verifying that the function falls back correctly to the
system's default microphone selection. system's default microphone selection.
""" """