graph2mat.tools.cli.serve

Functions

main(models[, host, port, cpu, local])

graph2mat.tools.cli.serve.main(models: ~typing.Annotated[~typing.List[str], <typer.models.ArgumentInfo object at 0x7f51e707db90>], host: ~typing.Annotated[str, <typer.models.OptionInfo object at 0x7f51e707dfd0>] = 'localhost', port: ~typing.Annotated[int, <typer.models.OptionInfo object at 0x7f51e707ded0>] = 56000, cpu: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f51e707d8d0>] = True, local: ~typing.Annotated[bool, <typer.models.OptionInfo object at 0x7f51e707ddd0>] = False)[source]