summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjwijenbergh <jeroenwijenbergh@protonmail.com>2023-03-20 16:32:10 +0100
committerJeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com>2023-09-25 09:43:37 +0200
commit078e6b2e1c9a95c0a38e315c994bfcabed0c1784 (patch)
tree43948c000ce897b64609f9e326bee08b31139718
parentddd171b4553602fdfb6608724eaf3bd12da9b663 (diff)
Wrappers Python: Document handler in register
-rw-r--r--wrappers/python/eduvpn_common/main.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/wrappers/python/eduvpn_common/main.py b/wrappers/python/eduvpn_common/main.py
index 87de430..c654e41 100644
--- a/wrappers/python/eduvpn_common/main.py
+++ b/wrappers/python/eduvpn_common/main.py
@@ -82,6 +82,7 @@ class EduVPN(object):
"""Register the Go shared library.
This makes sure the FSM is initialized and that we can call Go functions
+ :param handler: Optional[Callable]: (Default value = None): The handler that runs state transitions
:param debug: bool: (Default value = False): Whether or not we want to enable debug logging
"""