Files
OpenLLM/typings/attr/_compat.pyi

8 lines
136 B
Python
Generated

import threading
from typing import Any
def set_closure_cell(cell: Any, value: Any) -> None: ...
repr_context: threading.local = ...