|
cloudFPGA (cF) API
1.0
The documentation of the source code of cloudFPGA (cF)
|
Functions | |
| def | my_function (input) |
Variables | |
| list | input = ["HelloWorld", "HowAreYouToday?", "HelloWorld", "HowAreYouToday?", "HelloWorld", "HowAreYdsf4f43f4rf4f4f4ouToday?"] |
| string | output = "111111111111111111111111111111111111111111111111" |
| async_result = pool.map_async(my_function, input) | |
| result = async_result.get(timeout=30) | |
| def test_lithops.my_function | ( | input | ) |
Definition at line 28 of file test_lithops.py.
| test_lithops.async_result = pool.map_async(my_function, input) |
Definition at line 36 of file test_lithops.py.
| list test_lithops.input = ["HelloWorld", "HowAreYouToday?", "HelloWorld", "HowAreYouToday?", "HelloWorld", "HowAreYdsf4f43f4rf4f4f4ouToday?"] |
Definition at line 25 of file test_lithops.py.
| string test_lithops.output = "111111111111111111111111111111111111111111111111" |
Definition at line 26 of file test_lithops.py.
| test_lithops.result = async_result.get(timeout=30) |
Definition at line 38 of file test_lithops.py.