No project description provided
Project description
UtBot Executor
Util for python code execution and state serialization.
Installation
You can install module from https://pypi.org/project/utbot-executor/:
python -m pip install utbot-executor
Usage
From console with socket listener
Run with your <hostname>
and <port>
for socket connection
$ python -m utbot_executor <hostname> <port>
From code
Main method is executor.run_calculate_function_value
.
Result format:
{
'status': 'success',
'isException': bool,
'statements': list[int],
'missedStatements': list[int],
'stateBefore': memory json dump,
'stateAfter': memory json dump,
'argsIds': list[str],
'kwargs': list[str],
'resultId': str,
}
States format: see deep_serialization
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
utbot_executor-1.0.24.tar.gz
(13.1 kB
view hashes)
Built Distribution
Close
Hashes for utbot_executor-1.0.24-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6cd957041da493db64e39b04dcaea3c87f5899b604f6d7fee8d9946a39f7eb34 |
|
MD5 | ae09160242c1912d2558cc62a61e1616 |
|
BLAKE2b-256 | 1570b4df8486aa0807423adf59fa87d874a4d8de96679e238de8397a50b89ba1 |