diff --git a/pym/cl_datavars.py b/pym/cl_datavars.py index 67b83a6..cc7aa47 100644 --- a/pym/cl_datavars.py +++ b/pym/cl_datavars.py @@ -467,6 +467,10 @@ storage of variables templates")%location) act_section.append(service.lower()) return act_section + def zipVars(self,*argvVarNames): + """Get zip() the value of the variable name""" + return zip(*map(self.Get,argvVarNames)) + def GetIniVar(self, section_dot_nameVar): """Получить значение переменной из конфигурационного файла