All Downloads are FREE. Search and download functionalities are using the official Maven repository.

robotframework-2.7.7.atest.testdata.variables.DynamicPythonClass.py Maven / Gradle / Ivy

The newest version!
class DynamicPythonClass(object):

    def get_variables(self, *args):
        return {'dynamic_python_string': ' '.join(args),
                'LIST__dynamic_python_list': args}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy