Add return and rtype to parse_logs-funcdoc

This commit is contained in:
Thor77 2017-08-23 21:42:08 +02:00
parent 602e6c4d51
commit df268f1c2a
1 changed files with 3 additions and 0 deletions

View File

@ -121,6 +121,9 @@ def parse_logs(log_glob, ident_map=None, online_dc=True, *args, **kwargs):
:type log_glob: str :type log_glob: str
:type ident_map: dict :type ident_map: dict
:return: list of servers
:rtype: [tsstats.log.Server]
''' '''
for virtualserver_id, logs in _bundle_logs(glob(log_glob)).items(): for virtualserver_id, logs in _bundle_logs(glob(log_glob)).items():
clients = Clients(ident_map) clients = Clients(ident_map)