Skip to content

Module helics.cli

HELICS command line interface

Classes

Job

class Job(name: str, process: subprocess.Popen, file: str)

Job(name: str, process: subprocess.Popen, file: str)

Initialize self. See help(type(self)) for accurate signature.


Output

class Output(name: str, file: _io.TextIOWrapper | None)

Output(name: str, file: _io.TextIOWrapper | None)

Initialize self. See help(type(self)) for accurate signature.

Functions

fetch

def fetch(url, data={}, method="POST")