This commit is contained in:
daniel goldberg 2016-08-22 18:34:22 +03:00
parent 8c4288d100
commit 67d77408f6
1 changed files with 1 additions and 0 deletions

View File

@ -13,6 +13,7 @@ GUID = str(uuid.getnode())
EXTERNAL_CONFIG_FILE = os.path.join(os.path.abspath(os.path.dirname(sys.argv[0])), 'monkey.bin')
def _cast_by_example(value, example):
"""
a method that casts a value to the type of the parameter given as example