Files
AirlockLibs/airlock_libs.pyi
T
2025-10-20 15:52:34 -04:00

5 lines
186 B
Python

from typing import Dict, List, Optional
def pull_policy_exec_histories(self, type: List[str], checkpoint: str, policy: List[str]) -> str:
"""Retrieve execution history logs."""