From 078e6b2e1c9a95c0a38e315c994bfcabed0c1784 Mon Sep 17 00:00:00 2001 From: jwijenbergh Date: Mon, 20 Mar 2023 16:32:10 +0100 Subject: Wrappers Python: Document handler in register --- wrappers/python/eduvpn_common/main.py | 1 + 1 file changed, 1 insertion(+) (limited to 'wrappers/python') 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 """ -- cgit v1.2.3