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

robotframework-2.7.7.atest.testresources.testlibs.bytelib.py Maven / Gradle / Ivy

The newest version!
# -*- coding: iso-8859-1 -*-


def in_exception():
    raise Exception('hyv?')

def in_return_value():
    return 'ty?paikka'

def in_message():
    print '?ity'




© 2015 - 2024 Weber Informatics LLC | Privacy Policy