diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-21 15:19:49 +0200 |
|---|---|---|
| committer | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2022-10-21 15:19:49 +0200 |
| commit | bad02030afd140da5643b49a94ffff3395d013e4 (patch) | |
| tree | 27e6c04183fd6000d63ec0671c82bfaad712a21d /wrappers/python/eduvpn_common/loader.py | |
| parent | 792fb9e5ad24fea16753fa9b9c25e0f4436e2c10 (diff) | |
Python: Add more meta private tags
Diffstat (limited to 'wrappers/python/eduvpn_common/loader.py')
| -rw-r--r-- | wrappers/python/eduvpn_common/loader.py | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/wrappers/python/eduvpn_common/loader.py b/wrappers/python/eduvpn_common/loader.py index f299f94..fc3d090 100644 --- a/wrappers/python/eduvpn_common/loader.py +++ b/wrappers/python/eduvpn_common/loader.py @@ -21,6 +21,8 @@ from eduvpn_common.types import ( def load_lib() -> CDLL: """The function that loads the Go shared library + :meta private: + :return: The Go shared library loaded with cdll.LoadLibrary from ctypes :rtype: CDLL """ @@ -61,6 +63,7 @@ def initialize_functions(lib: CDLL) -> None: :param lib: CDLL: The Go shared library + :meta private: """ # Exposed functions # We have to use c_void_p instead of c_char_p to free it properly |
