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.14.tar.gz
(13.3 kB
view hashes)
Built Distribution
Close
Hashes for utbot_executor-1.0.14-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a7b21f1660569223a126edaeb59f9e5bc1163d2c4d5056ef3906a774f09cb7e5 |
|
MD5 | 9bacadbd1d9372f94c7d6e48397772a7 |
|
BLAKE2b-256 | 65b11ef5314773d5198e7f5442bd995d242514c9b19ddf9bf972d9a26e677a0f |