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: Optional[_io.TextIOWrapper])
Output(name: str, file: Optional[_io.TextIOWrapper])
Initialize self. See help(type(self)) for accurate signature.
Functions¶
fetch¶
def fetch(url, data={}, method="POST")