github.com/filecoin-project/bacalhau@v0.3.23-0.20230228154132-45c989550ace/python/examples/list_jobs.py (about)

     1  """Example of how to list jobs."""
     2  
     3  from bacalhau_sdk.api import list
     4  
     5  print(list())