From 80c696ef7394c4dce70e8e13811ba2f88c21676b Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Fri, 4 Mar 2022 23:22:57 +0000 Subject: [PATCH] Add docstrings in Nordigen functions --- handler/sinks/nordigen.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/handler/sinks/nordigen.py b/handler/sinks/nordigen.py index 3b638bf..2ff15c3 100644 --- a/handler/sinks/nordigen.py +++ b/handler/sinks/nordigen.py @@ -45,6 +45,10 @@ class Nordigen(object): def get_institutions(self, country, filter_name=None): """ Get a list of supported institutions. + :param country: country to query + :param filter_name: return only results with this in the name + :return: list of institutions + :rtype: list """ if not len(country) == 2: return False