Add docstrings in Nordigen functions
This commit is contained in:
parent
cb4dbe18f6
commit
80c696ef73
|
@ -45,6 +45,10 @@ class Nordigen(object):
|
||||||
def get_institutions(self, country, filter_name=None):
|
def get_institutions(self, country, filter_name=None):
|
||||||
"""
|
"""
|
||||||
Get a list of supported institutions.
|
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:
|
if not len(country) == 2:
|
||||||
return False
|
return False
|
||||||
|
|
Loading…
Reference in New Issue