Files
Microsoft-fara/webeval/scripts/dummy_workspace.py
T
2025-11-24 10:32:01 -05:00

12 lines
229 B
Python

class Workspace:
def renew_mlflow_token(self):
...
def start_run(self, _):
return self
def __enter__(self):
return self
def __exit__(self, exc_type, exc_val, exc_tb):
...