diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-03-20 16:32:10 +0100 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | 078e6b2e1c9a95c0a38e315c994bfcabed0c1784 (patch) | |
| tree | 43948c000ce897b64609f9e326bee08b31139718 | |
| parent | ddd171b4553602fdfb6608724eaf3bd12da9b663 (diff) | |
Wrappers Python: Document handler in register
| -rw-r--r-- | wrappers/python/eduvpn_common/main.py | 1 |
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 """ |
